Skip to content

Commit

Permalink
adjust nav
Browse files Browse the repository at this point in the history
  • Loading branch information
jribbink committed Aug 8, 2024
1 parent 7dd2082 commit 95b17ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/Discovery.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export default function Discovery() {
viewContent = (
<ScanInstall
onContinue={() => {
setCurrentView(VIEWS.SCAN_CONNECT)
setCurrentView(VIEWS.SCAN_INSTALL)
}}
wallet={selectedWallet}
/>
Expand Down
3 changes: 1 addition & 2 deletions components/views/ExploreWallets.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { Spacer, Stack, Text } from '@chakra-ui/react'
import { Stack, Text } from '@chakra-ui/react'
import GetWalletList from '../GetWalletList'
import { Wallet } from '../../data/wallets'
import { useIsCollapsed } from '../../hooks/useIsCollapsed'

interface ExploreWalletsProps {
onGetWallet: (wallet: Wallet) => void
Expand Down

0 comments on commit 95b17ed

Please sign in to comment.