Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
wizardlyhel committed Oct 8, 2024
1 parent 6e48562 commit 4afdb1c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,9 @@ function AnalyticsProvider({
onReady={() => {
listenerSet.current = true;
setAnalyticsLoaded(true);
setCanTrack(customCanTrack ? () => customCanTrack : () => shopifyCanTrack);
setCanTrack(
customCanTrack ? () => customCanTrack : () => shopifyCanTrack,
);
}}
domain={cookieDomain}
/>
Expand Down

0 comments on commit 4afdb1c

Please sign in to comment.