Skip to content

Commit

Permalink
Misc revert (useless changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vadorequest committed May 10, 2021
1 parent 43385a5 commit f673cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/BrowserPageBootstrap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const BrowserPageBootstrap = (props: BrowserPageBootstrapProps): JSX.Element =>
userConsent,
});

// Inits the Cookie Consent popup, which will open on the browser.
// Init the Cookie Consent popup, which will open on the browser
initCookieConsent({
allowedPages: [ // We only allow it on those pages to avoid display that boring popup on every page
`${window.location.origin}/${locale}/terms`,
Expand Down

1 comment on commit f673cd1

@github-actions
Copy link

Choose a reason for hiding this comment

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

Please sign in to comment.