Skip to content

Commit

Permalink
fix: remove stx deposit analytics
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Dec 18, 2023
1 parent 5f539ca commit 30b283c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
43 changes: 0 additions & 43 deletions src/app/common/hooks/analytics/transactions-analytics.hooks.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/app/pages/home/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { Route, useNavigate } from 'react-router-dom';

import { RouteUrls } from '@shared/route-urls';

import { useTrackFirstDeposit } from '@app/common/hooks/analytics/transactions-analytics.hooks';
import { useOnboardingState } from '@app/common/hooks/auth/use-onboarding-state';
import { useOnMount } from '@app/common/hooks/use-on-mount';
import { useRouteHeader } from '@app/common/hooks/use-route-header';
Expand All @@ -23,8 +22,6 @@ export function Home() {

const navigate = useNavigate();

useTrackFirstDeposit();

useRouteHeader(
<>
<InAppMessages />
Expand Down

0 comments on commit 30b283c

Please sign in to comment.