Skip to content

Commit 779fb47

Browse files
authored
empty line
1 parent 3ca27ce commit 779fb47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/frontend/src/components/layout/language.component.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const getCountryCodeForFlag = (languageCode: string) => {
3030
if (languageCode === 'he') return 'IL';
3131
if (languageCode === 'ja') return 'JP';
3232
if (languageCode === 'ko') return 'KR';
33+
3334
// Check if language code itself is a valid country code
3435
try {
3536
const countryName = countries.getName(languageCode.toUpperCase(), 'en');

0 commit comments

Comments
 (0)