Skip to content

Commit

Permalink
fix(SLB-410): fix language label
Browse files Browse the repository at this point in the history
  • Loading branch information
HagerDakroury committed Jun 14, 2024
1 parent 1b68140 commit 57922f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ui/src/components/Molecules/LanguageSwitcher.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export function LanguageSwitcher() {
)}
disabled={!isMultiLingual}
>
{currentLocale}
{getLanguageName(currentLocale ?? 'en')}
<ChevronDownIcon className="ml-1 h-5 w-5" aria-hidden="true" />
</MenuButton>
</React.Fragment>
Expand Down

0 comments on commit 57922f6

Please sign in to comment.