diff --git a/public/app/features/logs/components/ControlledLogRows.tsx b/public/app/features/logs/components/ControlledLogRows.tsx
index 9bc4155d81a..f81d597f059 100644
--- a/public/app/features/logs/components/ControlledLogRows.tsx
+++ b/public/app/features/logs/components/ControlledLogRows.tsx
@@ -86,9 +86,7 @@ export const ControlledLogRows = forwardRef
)}
- {rest.visualisationType === 'table' && rest.panelState && rest.updatePanelState && (
-
- )}
+ {rest.visualisationType === 'table' && rest.updatePanelState && }
);
}