Skip to content

Commit

Permalink
fix whitelisting
Browse files Browse the repository at this point in the history
  • Loading branch information
teodorus-nathaniel committed Jan 29, 2024
1 parent 73bc7c9 commit bce2b81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ const WHITELISTED_FOR_NEW_FEATURES = [
]
export function useIsMyAddressWhitelisted() {
const myAddress = useMyAddress()
return WHITELISTED_FOR_NEW_FEATURES.includes(myAddress ?? '') || true
return WHITELISTED_FOR_NEW_FEATURES.includes(myAddress ?? '')
}

0 comments on commit bce2b81

Please sign in to comment.