Skip to content

Commit

Permalink
Show buy-send-swap widget in market data tab (#14766)
Browse files Browse the repository at this point in the history
  • Loading branch information
muliswilliam authored Aug 23, 2022
1 parent 5085d0a commit bdde6be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/brave_wallet_ui/page/container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,8 @@ export const Container = () => {
isWalletCreated && !isWalletLocked &&
(
walletLocation.includes(WalletRoutes.Portfolio) ||
walletLocation.includes(WalletRoutes.Accounts)
walletLocation.includes(WalletRoutes.Accounts) ||
walletLocation.includes(WalletRoutes.Market)
)

// effects
Expand Down

0 comments on commit bdde6be

Please sign in to comment.