diff --git a/static/app/components/tabs/tab.tsx b/static/app/components/tabs/tab.tsx index 6770bd609577d2..64f932a6a17ada 100644 --- a/static/app/components/tabs/tab.tsx +++ b/static/app/components/tabs/tab.tsx @@ -100,7 +100,9 @@ export const BaseTab = forwardRef( borderStyle={borderStyle} ref={ref} > - + {!isSelected && ( + + )} {props.children}