Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
guitavano committed Feb 17, 2025
1 parent e999a2e commit e593f67
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions website/components/OneDollarStats.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ declare global {
view: (
params: Record<string, string | boolean>,
) => void;
}

};
}
}

Expand All @@ -33,8 +32,7 @@ const trackerOriginal =
const snippet = () => {
// Flags and additional dimentions
const props: Record<string, string> = {};
const trackPageview = () =>
globalThis.window.stonks?.view?.(props);
const trackPageview = () => globalThis.window.stonks?.view?.(props);
// Attach pushState and popState listeners
const originalPushState = history.pushState;
if (originalPushState) {
Expand Down

0 comments on commit e593f67

Please sign in to comment.