Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix WalletConnection alert #598

Merged
merged 2 commits into from
Sep 12, 2023
Merged

Fix WalletConnection alert #598

merged 2 commits into from
Sep 12, 2023

Commits on Aug 21, 2023

  1. Fix WalletConnection alert

    There was a bug - the walletconnection alert did not show up second time if the
    error message stays the same.
    
    This commit fixes that.
    michalsmiarowski committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    50e901d View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Use deactivate function to reset alert

    We should never change or update the state directly and `error` is a state
    variable. Instead we call `deactivate` function from `useWeb3React` to clear the
    state.
    michalsmiarowski committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    779f5ae View commit details
    Browse the repository at this point in the history