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