From 54195a450399be0fd9add2d201267ab2a83aaab8 Mon Sep 17 00:00:00 2001 From: Ben White Date: Mon, 17 Jun 2024 18:00:23 +0200 Subject: [PATCH] Fix --- frontend/src/scenes/pipeline/hogfunctions/HogFunctionTest.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/scenes/pipeline/hogfunctions/HogFunctionTest.tsx b/frontend/src/scenes/pipeline/hogfunctions/HogFunctionTest.tsx index 24101f3bfa36e..e142ed92e7fc1 100644 --- a/frontend/src/scenes/pipeline/hogfunctions/HogFunctionTest.tsx +++ b/frontend/src/scenes/pipeline/hogfunctions/HogFunctionTest.tsx @@ -125,7 +125,7 @@ export function HogFunctionTest(props: HogFunctionTestLogicProps): JSX.Element { title: 'Timestamp', key: 'timestamp', dataIndex: 'timestamp', - render: (timestamp) => , + render: (timestamp) => , width: 0, }, {