Skip to content

Commit

Permalink
Merge pull request #8484 from brave/ksmith-onboarding-promo-fix
Browse files Browse the repository at this point in the history
Do not show wallet promo panel when bitFlyer feature is disabled
  • Loading branch information
zenparsing authored Apr 12, 2021
2 parents ab172d6 + ca13ee2 commit 7ce7a91
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 7ce7a91

Please sign in to comment.