Skip to content

Commit

Permalink
Remove code for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Feb 16, 2024
1 parent 726a7a0 commit f31a611
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/leaderboard/ProgressModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ export default function ProgressModal() {
const myAddress = useMyAddress()

useEffect(() => {
setShouldShowModal(true)
// setShouldShowModal(!progressModalStorage.getIsClosed() && !!myAddress)
setShouldShowModal(!progressModalStorage.getIsClosed() && !!myAddress)
}, [myAddress])

if (!shouldShowModal) return null
Expand Down

0 comments on commit f31a611

Please sign in to comment.