Skip to content

Commit bb5971c

Browse files
♻️ - refactor: comment out contains sensitive information field due to lack of implementation
1 parent ec2927c commit bb5971c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

frontend/src/components/DestructionListToolbar/DestructionListToolbar.tsx

+5-4
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ export function DestructionListToolbar({
6868
label: "Comment",
6969
value: destructionList.comment,
7070
},
71-
bevatGevoeligeInformatie: {
72-
label: "Bevat gevoelige informatie",
73-
value: destructionList.containsSensitiveInfo,
74-
},
71+
// Commented out due to no actual implementation of specifying this.
72+
// bevatGevoeligeInformatie: {
73+
// label: "Bevat gevoelige informatie",
74+
// value: destructionList.containsSensitiveInfo,
75+
// },
7576
aangemaakt: {
7677
label: "Aangemaakt",
7778
value: formatDate(new Date(destructionList.created)),

0 commit comments

Comments
 (0)