diff --git a/frontend/src/scenes/session-recordings/player/inspector/PlayerInspectorControls.tsx b/frontend/src/scenes/session-recordings/player/inspector/PlayerInspectorControls.tsx
index a2f6303ba0761..47701d61b86cd 100644
--- a/frontend/src/scenes/session-recordings/player/inspector/PlayerInspectorControls.tsx
+++ b/frontend/src/scenes/session-recordings/player/inspector/PlayerInspectorControls.tsx
@@ -49,6 +49,7 @@ function sideActionForType({
(filter: SharedListMiniFilter) => {
return (
}
// we disable the filter toggle-all when there are no items
@@ -157,6 +159,7 @@ function NetworkFilterSettingsButton(): JSX.Element {
closeOnClickInside: false,
overlay: (
}
fullWidth
size="xsmall"
@@ -188,6 +191,7 @@ function ConsoleFilterSettingsButton(): JSX.Element {
return (
}
// we disable the filter toggle-all when there are no items
@@ -203,6 +207,7 @@ function ConsoleFilterSettingsButton(): JSX.Element {
closeOnClickInside: false,
overlay: (
}
fullWidth
size="xsmall"
@@ -232,6 +237,7 @@ function EventsFilterSettingsButton(): JSX.Element {
return (
}
// we disable the filter toggle-all when there are no items
@@ -262,7 +268,7 @@ export function PlayerInspectorControls(): JSX.Element {
}, [featureFlags, setMiniFilter])
return (
-
+
{mode !== SessionRecordingPlayerMode.Sharing && }
@@ -270,6 +276,7 @@ export function PlayerInspectorControls(): JSX.Element {
{(window.IMPERSONATED_SESSION || featureFlags[FEATURE_FLAGS.SESSION_REPLAY_DOCTOR]) &&
mode !== SessionRecordingPlayerMode.Sharing && (
}
label="Doctor"
@@ -278,6 +285,7 @@ export function PlayerInspectorControls(): JSX.Element {
/>
)}
}
size="xsmall"
onClick={() => {
@@ -296,6 +304,7 @@ export function PlayerInspectorControls(): JSX.Element {
{showSearch && (
setSearchQuery(e)}
placeholder="Search..."