Skip to content

Commit

Permalink
Fix updated terms flash
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Sep 17, 2024
1 parent cd9bc55 commit af1c1a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/components/updated-terms-modal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function UpdatedTermsModal() {
const user = useUser()
const [agreedToTerms, setAgreedToTerms] = usePersistentLocalState(
false,
`agreedToTerms-${user?.id}`
`agreedToSweepsTerms`
)

const router = useRouter()
Expand Down

0 comments on commit af1c1a7

Please sign in to comment.