Skip to content

Commit

Permalink
fix: blacklist some item in country select
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocseh committed Feb 21, 2024
1 parent 1157d1f commit f79cc92
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Blocks/CountryHeaderDataBlock/View.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f79cc92

Please sign in to comment.