Skip to content

Commit 4593cfd

Browse files
committed
Covid Dashboard: Flag images #379 => vietnam
1 parent f912ad2 commit 4593cfd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/covid/view/MainContainerController.mjs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ class MainContainerController extends ComponentController {
134134
'uae' : 'united-arab-emirates',
135135
'uk' : 'united-kingdom',
136136
'usa' : 'united-states-of-america',
137-
'uzbekistan' : 'uzbekistn'
137+
'uzbekistan' : 'uzbekistn',
138+
'viet-nam' : 'vietnam'
138139
};
139140

140141
let imageName = name.toLowerCase().replace(MainContainerController.flagRegEx, '-');

0 commit comments

Comments
 (0)