Skip to content

Commit 5da6712

Browse files
♻️ - refactor: remove creation date record as it's visible from the history tab
1 parent bb5971c commit 5da6712

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

frontend/src/components/DestructionListToolbar/DestructionListToolbar.tsx

-4
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,6 @@ export function DestructionListToolbar({
7373
// label: "Bevat gevoelige informatie",
7474
// value: destructionList.containsSensitiveInfo,
7575
// },
76-
aangemaakt: {
77-
label: "Aangemaakt",
78-
value: formatDate(new Date(destructionList.created)),
79-
},
8076
}}
8177
/>
8278
</Column>

0 commit comments

Comments
 (0)