Skip to content

Commit

Permalink
Update tauri-app/src/lib/stores/walletconnect.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thedavidmeister authored Apr 5, 2024
1 parent 778e375 commit 4c673b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tauri-app/src/lib/stores/walletconnect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Provider.init(
await walletconnectDisconnect();
}
}).catch(e => {
toasts.error("Cuuld not instantiate Walletconnect modal")
toasts.error("Could not instantiate Walletconnect modal")
reportErrorToSentry(e);
});

Expand Down

0 comments on commit 4c673b6

Please sign in to comment.