Skip to content

Commit

Permalink
fix: header language selector
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Jan 9, 2025
1 parent e3e5231 commit b748c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DesktopHeader.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ class DesktopHeader extends React.Component {
{getConfig().ENABLE_HEADER_LANG_SELECTOR && (
<div className="mx-2">
<LanguageSelector
options={getConfig().SITE_SUPPORTED_LANGUAGES}
options={JSON.parse(getConfig().SITE_SUPPORTED_LANGUAGES)}
authenticatedUser={getAuthenticatedUser()}
/>
</div>
Expand Down

0 comments on commit b748c2c

Please sign in to comment.