diff --git a/public/app/features/explore/TraceView/TraceView.tsx b/public/app/features/explore/TraceView/TraceView.tsx index 1718e323cdc..56d69e4823a 100644 --- a/public/app/features/explore/TraceView/TraceView.tsx +++ b/public/app/features/explore/TraceView/TraceView.tsx @@ -139,7 +139,7 @@ export function TraceView(props: Props) { return ( <> - {props.dataFrames?.length && props.dataFrames[0]?.meta?.preferredVisualisationType === 'trace' && traceProp ? ( + {props.dataFrames?.length && traceProp ? ( <> {config.featureToggles.newTraceView ? ( { return (
- {data.series[0]?.meta?.preferredVisualisationType === 'trace' && !config.featureToggles.newTraceView ? ( + {!config.featureToggles.newTraceView ? (