Skip to content

Commit

Permalink
remove post purchase survey (#1426)
Browse files Browse the repository at this point in the history
* remove post purchase survey

* remove tally survey component
  • Loading branch information
zacjones93 committed Mar 19, 2024
1 parent 2011f48 commit f562b57
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 20 deletions.
3 changes: 0 additions & 3 deletions src/components/pages/confirm/membership/index.tsx
Expand Up @@ -7,7 +7,6 @@ import Spinner from '@/components/spinner'
import {IconTwitter} from '@/components/share'
import usePurchaseAndPlay from '@/hooks/use-purchase-and-play'
import {Topic} from '@/types'
import PostPurchase from '@/components/survey/tally/post-purchase'
import {trpc} from '@/app/_trpc/client'
import {useAccount} from '@/hooks/use-account'

Expand Down Expand Up @@ -59,8 +58,6 @@ const ExistingMemberConfirmation: React.FC<
<StartLearning />
</div>
</div>

<PostPurchase email={data.customer.email} />
</>
) : null
}
Expand Down
17 changes: 0 additions & 17 deletions src/components/survey/tally/post-purchase.tsx

This file was deleted.

0 comments on commit f562b57

Please sign in to comment.