Skip to content

Commit

Permalink
chore: revert new goal
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasheartman committed Jan 30, 2024
1 parent 4344c82 commit 4a8bacb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/hooks/usePlausibleTracker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ export type CustomEvents =
| 'search-feature-buttons'
| 'new-strategy-form'
| 'feedback'
| 'feature-metrics'
| 'change-request-conflicts';
| 'feature-metrics';

export const usePlausibleTracker = () => {
const plausible = useContext(PlausibleContext);
Expand Down

0 comments on commit 4a8bacb

Please sign in to comment.