Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benjackwhite committed Jun 17, 2024
1 parent 9630314 commit 54195a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function HogFunctionTest(props: HogFunctionTestLogicProps): JSX.Element {
title: 'Timestamp',
key: 'timestamp',
dataIndex: 'timestamp',
render: (timestamp) => <TZLabel time={timestamp} />,
render: (timestamp) => <TZLabel time={timestamp as string} />,
width: 0,
},
{
Expand Down

0 comments on commit 54195a4

Please sign in to comment.