diff --git a/src/components/notifications/Context/components/Account/index.js b/src/components/notifications/Context/components/Account/index.js index d6ef289a..9f169a31 100644 --- a/src/components/notifications/Context/components/Account/index.js +++ b/src/components/notifications/Context/components/Account/index.js @@ -11,6 +11,22 @@ export default (props: Props) => { if (notification.type === 'backend') { // special case: backend is down // TODO: this is a different component with "auto resolve" button + /* + return ( + { + await props.blockchainReconnect(network.network); + }, + }] + } + /> + ); + */ return (); } return ();