Skip to content

Commit

Permalink
fix: missing default logo
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed Jan 10, 2024
1 parent e45eb74 commit b2b4357
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/beacon-ui/src/ui/alert/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -578,9 +578,10 @@ const openAlert = async (config: AlertConfig): Promise<string> => {
localStorage.setItem(
StorageKey.LAST_SELECTED_WALLET,
JSON.stringify({
key: 'none',
name: 'your wallet',
type: 'mobile'
key: 'wallet',
name: 'wallet',
type: 'mobile',
icon: iOSList.find(el => el.shortName === 'AirGap')?.logo
})
)
setCurrentInfo('qr')
Expand Down

0 comments on commit b2b4357

Please sign in to comment.