From 908b0ac88bb140211edc5afb072ea9024c28cb90 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Mon, 13 Jan 2025 14:09:44 +0100 Subject: [PATCH] ui: fix top countries --- .../Dashboard/components/AddCardSection/AddCardSection.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Dashboard/components/AddCardSection/AddCardSection.tsx b/frontend/app/components/Dashboard/components/AddCardSection/AddCardSection.tsx index 2158dbfac..08b0cfb9f 100644 --- a/frontend/app/components/Dashboard/components/AddCardSection/AddCardSection.tsx +++ b/frontend/app/components/Dashboard/components/AddCardSection/AddCardSection.tsx @@ -134,7 +134,7 @@ export const tabItems: Record = { { icon: , title: 'Top Countries', - type: FilterKey.LOCATION, + type: FilterKey.USER_COUNTRY, description: 'Track the geographical distribution of your audience.', }, {