diff --git a/src/modules/registratura/components/registry-entry-detail.tsx b/src/modules/registratura/components/registry-entry-detail.tsx index 78be0ff..2c71c7d 100644 --- a/src/modules/registratura/components/registry-entry-detail.tsx +++ b/src/modules/registratura/components/registry-entry-detail.tsx @@ -263,7 +263,7 @@ export function RegistryEntryDetail({ - +
{/* ── Status row ── */}
diff --git a/src/modules/registratura/components/registry-table.tsx b/src/modules/registratura/components/registry-table.tsx index 47a36d7..848bd18 100644 --- a/src/modules/registratura/components/registry-table.tsx +++ b/src/modules/registratura/components/registry-table.tsx @@ -385,29 +385,31 @@ export function RegistryTable({ )} {entry.externalStatusTracking?.active && ( - - - - - - - - Status extern: {EXTERNAL_STATUS_LABELS[entry.externalStatusTracking.semanticStatus]} - - + + + + + + + + + Status extern: {EXTERNAL_STATUS_LABELS[entry.externalStatusTracking.semanticStatus]} + + + )}