Skip to content

Commit be69807

Browse files
fixed frontend code formatting
1 parent 000c247 commit be69807

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ui/src/pages/occurrences/occurrence-columns.tsx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,10 @@ export const columns: (
141141
id: 'date',
142142
name: '# Detections',
143143
sortField: 'detections_count',
144-
renderCell: (item: Occurrence) => <BasicTableCell value={item.numDetections} />,
145-
},
144+
renderCell: (item: Occurrence) => (
145+
<BasicTableCell value={item.numDetections} />
146+
),
147+
},
146148

147149
{
148150
id: 'time',

0 commit comments

Comments
 (0)