diff --git a/src/components/others/buttonSelectNetwork/index.jsx b/src/components/others/buttonSelectNetwork/index.jsx index f351c75c..71170d5a 100644 --- a/src/components/others/buttonSelectNetwork/index.jsx +++ b/src/components/others/buttonSelectNetwork/index.jsx @@ -13,7 +13,7 @@ export default function ButtonSelectNetwork() { return (
-
); } diff --git a/src/components/others/route_article/arbitrationDetails/index.jsx b/src/components/others/route_article/arbitrationDetails/index.jsx index 298760a4..b889676a 100644 --- a/src/components/others/route_article/arbitrationDetails/index.jsx +++ b/src/components/others/route_article/arbitrationDetails/index.jsx @@ -159,7 +159,7 @@ export default function ArbitrationDetails({ article }) {
Arbitration Details
- {networkMap[ethereumContext.chainId].shortname !== "Mainnet" && ( + {networkMap[ethereumContext.chainId]?.shortname !== "Mainnet" && ( handleAdvanceState()}> {mined ? `Advance state` : `Mining...`} diff --git a/src/index.jsx b/src/index.jsx index dfded3b9..ac019812 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -26,18 +26,18 @@ const router = createBrowserRouter( } /> }> - }> - } /> + {/* }> */} + } /> - } loader={BrowseLoader} /> - } loader={ArticleLoader} /> - } loader={CourtLoader} /> + } loader={BrowseLoader} /> + } loader={ArticleLoader} /> + } loader={CourtLoader} /> - }> - } loader={AccountLoader} /> - } /> - + }> + } loader={AccountLoader} /> + } /> + {/* */} } /> diff --git a/src/routes/home/index.jsx b/src/routes/home/index.jsx index 46081f3b..e516ab44 100644 --- a/src/routes/home/index.jsx +++ b/src/routes/home/index.jsx @@ -109,7 +109,7 @@ export default function Home() { left for reader is to enjoy distilled information.

- + Explore The Truth Post