Skip to content

Commit

Permalink
en default language added
Browse files Browse the repository at this point in the history
  • Loading branch information
UnaiEtxaburu committed Nov 2, 2023
1 parent 02f5787 commit a74850b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cookiebot.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export const CookieBotAppExtra = (props) => {
const language = useSelector((state) => state.intl.locale);

return (
<CookieBot domainGroupId={domainGroupId} language={language || undefined} />
<CookieBot domainGroupId={domainGroupId} language={language || 'en'} />
);
};

0 comments on commit a74850b

Please sign in to comment.