diff --git a/public/index.html b/public/index.html index b7a1a5a..d8f7efc 100644 --- a/public/index.html +++ b/public/index.html @@ -15,7 +15,7 @@ - + diff --git a/src/App.js b/src/App.js index 50de4cf..44affdd 100644 --- a/src/App.js +++ b/src/App.js @@ -810,7 +810,6 @@ export const App = () => {
- {console.log()} Check web app configuration or try later
)} + {walletData.net.toLowerCase().indexOf(activeNet.toLowerCase()) === -1 && ( + +
{`Сonnected wallet uses ${walletData.net} network`}
+
{`Panel is configured for ${activeNet}, mismatching networks can lead to incorrect behavior.`}
+
+ )} {formatAddress(walletData.account.address)}