diff --git a/src/components/notifications/Context/components/Account/index.js b/src/components/notifications/Context/components/Account/index.js index 9f169a31..fe42bbd1 100644 --- a/src/components/notifications/Context/components/Account/index.js +++ b/src/components/notifications/Context/components/Account/index.js @@ -11,23 +11,24 @@ 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); + await props.blockchainReconnect('trop'); }, }] } /> ); - */ - return (); + + // return (); } return (); }