feat: widget icons, dark theme tables, breadcrumb removal, bookkeeping rework, personal equipment pages, PDF/order improvements
This commit is contained in:
@@ -284,10 +284,6 @@ function EinsatzDetail() {
|
||||
title={`Einsatz ${einsatz.einsatz_nr}`}
|
||||
subtitle={address || undefined}
|
||||
backTo="/einsaetze"
|
||||
breadcrumbs={[
|
||||
{ label: 'Einsätze', href: '/einsaetze' },
|
||||
{ label: `Einsatz ${einsatz.einsatz_nr}` },
|
||||
]}
|
||||
actions={
|
||||
<Stack direction="row" spacing={1} alignItems="center">
|
||||
<Chip
|
||||
|
||||
Reference in New Issue
Block a user