Skip to content

Commit d8be217

Browse files
committed
fixup! Remove selectedWallet use from EdgeProvider
1 parent e4be336 commit d8be217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/themed/EdgeProviderComponent.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export function EdgeProviderComponent(props: Props): React.ReactElement {
6060
)
6161
const accountReferral = useSelector(state => state.account.accountReferral)
6262
const selectedWalletId = useSelector(
63-
state => state.ui.settings.mostRecentWallets[0]?.id
63+
state => state.ui.settings.mostRecentWallets[0]?.id ?? ''
6464
)
6565
const defaultIsoFiat = useSelector(state => state.ui.settings.defaultIsoFiat)
6666
const countryCode = useSelector(state => state.ui.settings.countryCode)

0 commit comments

Comments
 (0)