Skip to content

Commit

Permalink
fix: revert naming
Browse files Browse the repository at this point in the history
  • Loading branch information
isordo committed Nov 1, 2023
1 parent b77d3d1 commit 57d2522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beacon-dapp/src/dapp-client/DAppClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1685,7 +1685,7 @@ export class DAppClient extends Client {
}

return {
name: walletInfo.name ?? selectedApp?.name,
name: selectedApp?.name ?? walletInfo.name,
icon: walletInfo.icon ?? selectedApp?.logo,
deeplink,
type
Expand Down

0 comments on commit 57d2522

Please sign in to comment.