Skip to content

Commit

Permalink
Do not show wallet promo panel when bitFlyer feature is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
zenparsing committed Apr 8, 2021
1 parent c04d509 commit 688d9fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export function getVerifyWalletPanel (
locale: Locale,
props: RewardsTourProps
): TourPanel | null {
if (!props.firstTimeSetup) {
if (!props.firstTimeSetup || props.onlyAnonWallet) {
return null
}

Expand Down

0 comments on commit 688d9fe

Please sign in to comment.