Skip to content

Commit

Permalink
fix: remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Oct 4, 2023
1 parent 6097687 commit d84272a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pages/quest/[questPage].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ const QuestPage: NextPage = () => {

useEffect(() => {
if (!address) return;
// setShowDomainPopup(!hasRootDomain);
setShowDomainPopup(false);
setShowDomainPopup(!hasRootDomain);
}, [address, hasRootDomain]);

// this fetches quest data
Expand Down

0 comments on commit d84272a

Please sign in to comment.