Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cookiebot message depends on page language #5

Merged
merged 2 commits into from
Nov 2, 2023
Merged

cookiebot message depends on page language #5

merged 2 commits into from
Nov 2, 2023

Conversation

UnaiEtxaburu
Copy link
Contributor

No description provided.

const language = useSelector((state) => state.intl.locale);

return (
<CookieBot domainGroupId={domainGroupId} language={language || undefined} />
Copy link
Contributor

@ionlizarazu ionlizarazu Nov 2, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we should add a default language instead of leaving as undefined @UnaiEtxaburu

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have added en as default language @ionlizarazu

@ionlizarazu ionlizarazu merged commit 2452c4e into main Nov 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants