diff --git a/minter/src/App.js b/minter/src/App.js index 53a906d..0e0da1e 100644 --- a/minter/src/App.js +++ b/minter/src/App.js @@ -108,7 +108,7 @@ function App() { // Initialisation interface if( error || loading || !address ) return { error &&

{ error }

} - { loading &&
+ { !error && loading &&

{ loading }