diff --git a/frontend/app/components/Session_/OverviewPanel/components/FeatureSelection/FeatureSelection.tsx b/frontend/app/components/Session_/OverviewPanel/components/FeatureSelection/FeatureSelection.tsx index ef2341112..f36bccbc8 100644 --- a/frontend/app/components/Session_/OverviewPanel/components/FeatureSelection/FeatureSelection.tsx +++ b/frontend/app/components/Session_/OverviewPanel/components/FeatureSelection/FeatureSelection.tsx @@ -37,7 +37,6 @@ const featLabels = { } function FeatureSelection(props: Props) { - const [isOpen, setIsOpen] = React.useState(false); const features = [NETWORK, ERRORS, EVENTS, PERFORMANCE, FRUSTRATIONS]; const toggleFeatureInList = (feat: string) => { @@ -58,7 +57,7 @@ function FeatureSelection(props: Props) { return (
} > -
setIsOpen(!isOpen)} className={'font-semibold flex items-center gap-2 text-main cursor-pointer'}> +
X-Ray Events