diff --git a/src/App.tsx b/src/App.tsx index 8217284..baead49 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -83,7 +83,14 @@ function App() { - {!isLoading && error && ( + + + + {input && !isLoading && error && ( Error! {error} @@ -103,13 +110,6 @@ function App() { )} - - -