-
Notifications
You must be signed in to change notification settings - Fork 96
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
Resolved toaster display on unrelated accounts #5461
Conversation
…448-claims-rewards-toaster-ux
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -65,7 +71,10 @@ export function useCurrentAccount() { | |||
} | |||
} | |||
} | |||
// Remove toast between account switches | |||
toast.dismiss(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is the only real change in this file? Others are formatting? Just want to know because i will get merge conflict on this file if this PR is merged before my PR
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, they're formatting changes and some of them are enforced by our pre commit hooks
src/modules/blockchainApplication/manage/hooks/useCurrentApplication.js
Outdated
Show resolved
Hide resolved
src/modules/network/components/networkSwitcherDropdown/NetworkSwitcherDropdown.js
Outdated
Show resolved
Hide resolved
…448-claims-rewards-toaster-ux
What was the problem?
This PR resolves #5448
How was it solved?
How was it tested?