Skip to content

Commit

Permalink
Fix: rm forced Beamer NPS survey
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Oct 6, 2023
1 parent 998e8f9 commit 9f00e82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
3 changes: 0 additions & 3 deletions src/hooks/Beamer/useBeamer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,12 @@ import { useAppSelector } from '@/store'
import { CookieType, selectCookies } from '@/store/cookiesSlice'
import { loadBeamer, unloadBeamer, updateBeamer } from '@/services/beamer'
import { useCurrentChain } from '@/hooks/useChains'
import { useBeamerNps } from '@/hooks/Beamer/useBeamerNps'

const useBeamer = () => {
const cookies = useAppSelector(selectCookies)
const isBeamerEnabled = cookies[CookieType.UPDATES]
const chain = useCurrentChain()

useBeamerNps()

useEffect(() => {
if (!chain?.shortName) {
return
Expand Down
31 changes: 0 additions & 31 deletions src/hooks/Beamer/useBeamerNps.ts

This file was deleted.

0 comments on commit 9f00e82

Please sign in to comment.