We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4be336 commit d8be217Copy full SHA for d8be217
src/components/themed/EdgeProviderComponent.tsx
@@ -60,7 +60,7 @@ export function EdgeProviderComponent(props: Props): React.ReactElement {
60
)
61
const accountReferral = useSelector(state => state.account.accountReferral)
62
const selectedWalletId = useSelector(
63
- state => state.ui.settings.mostRecentWallets[0]?.id
+ state => state.ui.settings.mostRecentWallets[0]?.id ?? ''
64
65
const defaultIsoFiat = useSelector(state => state.ui.settings.defaultIsoFiat)
66
const countryCode = useSelector(state => state.ui.settings.countryCode)
0 commit comments