Skip to content

Commit

Permalink
fix: remove persistance show of wallet extension missing error #80
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufseyrek committed Dec 18, 2024
1 parent 08d44cc commit a4eb249
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/context/WalletProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ const WalletProvider: React.FC<{ children: ReactNode }> = (props) => {
variant: 'error',
anchorOrigin: { vertical: 'top', horizontal: 'right' },
autoHideDuration: 4000,
persist: message === aeWalletErr || message === ethWalletErr,
action: (key) => {
let url = '';
if (message === aeWalletErr) {
Expand Down

0 comments on commit a4eb249

Please sign in to comment.