Skip to content

Commit c77ffa0

Browse files
committed
Properly parse changes timestamp
Signed-off-by: Andrea Lamparelli <[email protected]>
1 parent 0bca64e commit c77ffa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

horreum-web/src/domain/alerting/ChangeTable.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export const ChangeTable = ({ varId, fingerprint, testOwner, selectedChangeId }:
183183
id: "timestamp",
184184
accessor: "timestamp",
185185
sortType: "datetime",
186-
Cell: (arg: any) => <div>formatDateTime(arg.cell.value)</div>,
186+
Cell: (arg: any) => <div>{formatDateTime(arg.cell.value)}</div>,
187187
},
188188
{
189189
Header: "Dataset",

0 commit comments

Comments
 (0)