Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-vahn committed May 8, 2024
1 parent 1a4112d commit fbdcf94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function App() {
console.error('Provider ID not found.');
return;
}
const wallet = localStorage.getItem('wallet');
const wallet = window.localStorage.getItem('wallet');

if (wallet === 'metamask') {
WebApp.openLink('https://metamask.app.link/');
Expand Down

0 comments on commit fbdcf94

Please sign in to comment.