diff --git a/frontend/src/scenes/retention/RetentionModal.tsx b/frontend/src/scenes/retention/RetentionModal.tsx index 412e36c202426..f80ea150b52b4 100644 --- a/frontend/src/scenes/retention/RetentionModal.tsx +++ b/frontend/src/scenes/retention/RetentionModal.tsx @@ -53,7 +53,7 @@ export function RetentionModal(): JSX.Element | null { footer={
- {people.result?.length && !exploreUrl && ( + {!!people.result?.length && !exploreUrl && ( @@ -68,7 +68,7 @@ export function RetentionModal(): JSX.Element | null { Download CSV )} - {people.result?.length && !!dataTableNodeQuery && ( + {!!people.result?.length && !!dataTableNodeQuery && ( {