Skip to content

Commit

Permalink
add missing track page view call
Browse files Browse the repository at this point in the history
  • Loading branch information
salazarm committed Apr 25, 2024
1 parent 4ff668b commit 14cfd1c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ describe('Analytics', () => {

describe('Event tracking', () => {
const Page = () => {
useTrackPageView();
const trackEvent = useTrackEvent();
const onClick = () => {
trackEvent('thingClick');
Expand Down

0 comments on commit 14cfd1c

Please sign in to comment.