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,
},
{