Skip to content

Commit 6440e7c

Browse files
authored
Fixed language flag issue (#3313)
* fixed language flag issue * Apply eslint-fixer changes * Automatic frontend build --------- Co-authored-by: Corepex <16717695+Corepex@users.noreply.github.com>
1 parent eb1eb1d commit 6440e7c

File tree

747 files changed

+29993
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

747 files changed

+29993
-1
lines changed

assets/js/src/core/components/flag-icon/flag-icon.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ const resolveLanguageFlag = async (languageCode: string): Promise<{ flagCode: st
180180
return { flagCode: normalizedCode, isLanguageFlag: true }
181181
}
182182

183-
if (countryCode !== null && countryCode !== languageOnly && await checkFlagExists(countryCode)) {
183+
if (countryCode !== null && await checkFlagExists(countryCode)) {
184184
return { flagCode: countryCode, isLanguageFlag: false }
185185
}
186186

public/build/34bfc284-87d9-43df-bdd2-900b7511cd32/entrypoints.json

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/34bfc284-87d9-43df-bdd2-900b7511cd32/exposeRemote.js

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/34bfc284-87d9-43df-bdd2-900b7511cd32/index.html

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/34bfc284-87d9-43df-bdd2-900b7511cd32/manifest.json

Lines changed: 811 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)