Skip to content

Commit

Permalink
Update libs/utils/utils.js
Browse files Browse the repository at this point in the history
Co-authored-by: Rares Munteanu <overmyheadandbody@gmail.com>
  • Loading branch information
mokimo and overmyheadandbody authored Aug 8, 2024
1 parent 82a6461 commit d424c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/utils/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ function logPagePerf() {
const consent = document.cookie.split('OptanonConsent=')[1];
const performanceGroup = 'C0002:1';
const performanceConsent = consent?.includes(encodeURIComponent(performanceGroup))
|| consent?.includes(performanceGroup);
|| consent?.includes(performanceGroup);
if (!performanceConsent) return;
const isChrome = () => {
const nav = window.navigator;
Expand Down

0 comments on commit d424c80

Please sign in to comment.