mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
This commit is contained in:
parent
057188d155
commit
68e1958005
@ -79,6 +79,7 @@ export default class LoadingNetworkScreen extends PureComponent {
|
||||
<Popover
|
||||
onClose={() => {
|
||||
window.clearTimeout(this.cancelCallTimeout);
|
||||
this.setState({ showErrorScreen: false });
|
||||
}}
|
||||
centerTitle
|
||||
title={
|
||||
@ -100,6 +101,7 @@ export default class LoadingNetworkScreen extends PureComponent {
|
||||
<ButtonSecondary
|
||||
onClick={() => {
|
||||
window.clearTimeout(this.cancelCallTimeout);
|
||||
this.setState({ showErrorScreen: false });
|
||||
showNetworkDropdown();
|
||||
}}
|
||||
variant={TextVariant.bodySm}
|
||||
|
Loading…
Reference in New Issue
Block a user