diff --git a/src/components/gdpr-banner.tsx b/src/components/gdpr-banner.tsx index bcd4ed3039..288a5e4210 100644 --- a/src/components/gdpr-banner.tsx +++ b/src/components/gdpr-banner.tsx @@ -22,7 +22,7 @@ const GdprBanner: React.FC = () => { setTimeout(() => setShown(true), 200); }; - if (!shown) { + if (shown) { return null; }