Skip to content

Commit

Permalink
fix: #1040;
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Feb 20, 2023
1 parent 6401990 commit 6c4aad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/_main_/header/Header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ TODO:FIXME: not generating for each LANG
transition:fly
>
{#each HEADER_TRANSLATION_DATA.langArray.sort() as lang}
{#if lang.toUpperCase() != server_side_language.toUpperCase() && lang.toUpperCase() != 'FR'}
{#if lang.toUpperCase() != server_side_language.toUpperCase()}
<div
id="lang-select"
on:click={() =>
Expand Down

0 comments on commit 6c4aad4

Please sign in to comment.