From 60ece546e1156f2f561af90bd179d93c09e13d74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl-Gerhard=20Lindesva=CC=88rd?= Date: Tue, 28 May 2024 14:53:00 +0200 Subject: [PATCH] chore: update serieicon flags --- .../report/chart/SerieIcon.flags.tsx | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/apps/dashboard/src/components/report/chart/SerieIcon.flags.tsx b/apps/dashboard/src/components/report/chart/SerieIcon.flags.tsx index 26c38f9c..84ce060d 100644 --- a/apps/dashboard/src/components/report/chart/SerieIcon.flags.tsx +++ b/apps/dashboard/src/components/report/chart/SerieIcon.flags.tsx @@ -163,6 +163,28 @@ const data = { ke: createFlagIcon('ke'), tz: createFlagIcon('tz'), mg: createFlagIcon('mg'), + cr: createFlagIcon('cr'), + ky: createFlagIcon('ky'), + gy: createFlagIcon('gy'), + mm: createFlagIcon('mm'), + la: createFlagIcon('la'), + gl: createFlagIcon('gl'), + gp: createFlagIcon('gp'), + fj: createFlagIcon('fj'), + cv: createFlagIcon('cv'), + gn: createFlagIcon('gn'), + bj: createFlagIcon('bj'), + bo: createFlagIcon('bo'), + bq: createFlagIcon('bq'), + bs: createFlagIcon('bs'), + ly: createFlagIcon('ly'), + bn: createFlagIcon('bn'), + tt: createFlagIcon('tt'), + sr: createFlagIcon('sr'), + ec: createFlagIcon('ec'), + mv: createFlagIcon('mv'), + pr: createFlagIcon('pr'), + ci: createFlagIcon('ci'), }; export default data;