From e92231b053ab1c28e3dab238b71c34c3e6327bed Mon Sep 17 00:00:00 2001 From: Mentor Palokaj Date: Sun, 17 Oct 2021 10:34:03 +0200 Subject: [PATCH] errors prio over loading screen --- minter/src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }