Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Sep 24, 2024
1 parent 60e0ac6 commit 6fecd60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/supabase-search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ export function SupabaseSearch(props: {
} = props

const isMobile = useIsMobile()
const { isPlay, setIsPlay } = useSweepstakes()
const { isPlay } = useSweepstakes()
const [searchParams, setSearchParams, isReady] = useSearchQueryState({
defaultSort,
defaultFilter,
Expand Down

0 comments on commit 6fecd60

Please sign in to comment.