diff --git a/src/App.tsx b/src/App.tsx index 9c7c1fe..846e61f 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -30,7 +30,7 @@ const App = () => { }, [sourcifySource, setSourcifySource]); return ( - LOADING}> + {runtime.connStatus !== ConnectionStatus.CONNECTED ? ( = ({ latestBlock, targetBlockNumber }) => { ); return ( -
+
diff --git a/src/special/london/London.tsx b/src/special/london/London.tsx index 0663796..aba0684 100644 --- a/src/special/london/London.tsx +++ b/src/special/london/London.tsx @@ -9,7 +9,7 @@ const London: React.FC = () => { const { provider } = useContext(RuntimeContext); const block = useLatestBlock(provider); if (!provider || !block) { - return <>; + return
; } // Display countdown