diff --git a/public/app/features/explore/Logs/Logs.tsx b/public/app/features/explore/Logs/Logs.tsx index fbac705c277..629f9ee37c2 100644 --- a/public/app/features/explore/Logs/Logs.tsx +++ b/public/app/features/explore/Logs/Logs.tsx @@ -1125,9 +1125,9 @@ const UnthemedLogs: React.FunctionComponent = (props: Props) => { /> )} - {config.featureToggles.newLogsPanel && visualisationType === 'logs' && hasData && ( + {config.featureToggles.newLogsPanel && visualisationType === 'logs' && (
- {logsContainerRef.current && ( + {logsContainerRef.current && hasData && (