Skip to content

Commit

Permalink
fix: conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutipanjwani committed Sep 17, 2024
1 parent 280c0c3 commit 5cdeb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/context/WalletProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const WalletProvider: React.FC<WalletProviderProps> = ({ children }) => {
const account = accounts[0];
setWalletAddress(account);
} catch (error) {
// console.log(error);
console.log(error);
}
} else {
setWalletAddress('No wallet');
Expand Down

0 comments on commit 5cdeb56

Please sign in to comment.