From 2ad7fb36c9930b068d00786cc7a2af441a2d8d48 Mon Sep 17 00:00:00 2001 From: Den Smalonski Date: Mon, 4 Nov 2024 10:59:24 +0100 Subject: [PATCH] fix: remove message --- src/components/common/CookieAndTermBanner/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/common/CookieAndTermBanner/index.tsx b/src/components/common/CookieAndTermBanner/index.tsx index b770bc6c8..c0a7a7424 100644 --- a/src/components/common/CookieAndTermBanner/index.tsx +++ b/src/components/common/CookieAndTermBanner/index.tsx @@ -22,7 +22,7 @@ import { AppRoutes } from '@/config/routes' const COOKIE_AND_TERM_WARNING: Record = { [CookieAndTermType.TERMS]: '', [CookieAndTermType.NECESSARY]: '', - [CookieAndTermType.UPDATES]: `You attempted to open the "What's new" section but need to accept the "Beamer" cookies first.`, + [CookieAndTermType.UPDATES]: '', [CookieAndTermType.ANALYTICS]: '', }