Skip to content

Commit

Permalink
fix: Remove duplicate option
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal authored and susnux committed Nov 27, 2023
1 parent 231e2ec commit 74a7da9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nameProvider.js
Expand Up @@ -93,7 +93,6 @@ const list = [
{ code: 'gu', label: t('privacy', 'Guam') },
{ code: 'gw', label: t('privacy', 'Guinea-Bissau') },
{ code: 'gy', label: t('privacy', 'Guyana') },
{ code: 'hn', label: t('privacy', 'Honduras') },
{ code: 'hk', label: t('privacy', 'Hong Kong') },
{ code: 'hm', label: t('privacy', 'Heard Island and McDonald Islands') },
{ code: 'hn', label: t('privacy', 'Honduras') },
Expand Down

0 comments on commit 74a7da9

Please sign in to comment.