From f79cc9266eecdbbda2822fceb61df5cbe5da32ac Mon Sep 17 00:00:00 2001 From: laszlocseh Date: Wed, 21 Feb 2024 12:11:05 +0200 Subject: [PATCH] fix: blacklist some item in country select --- src/components/Blocks/CountryHeaderDataBlock/View.jsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/Blocks/CountryHeaderDataBlock/View.jsx b/src/components/Blocks/CountryHeaderDataBlock/View.jsx index c519465..a7fb991 100644 --- a/src/components/Blocks/CountryHeaderDataBlock/View.jsx +++ b/src/components/Blocks/CountryHeaderDataBlock/View.jsx @@ -175,6 +175,13 @@ const View = (props) => { const { data, provider_data, content } = props; const { column_data, hide_country_flag_section, variation } = data; const excludeItems = [ + 'test', + 'sandbox', + 'data', + 'visualizations', + 'maps', + 'dashboard-tableau', + 'images', 'discodata', 'queries', 'new-profiles',