From 4329c8e8d1865eeebd39a8f4285abca8f4fbfc93 Mon Sep 17 00:00:00 2001 From: JohnMark Sill Date: Wed, 16 Feb 2022 10:49:02 -0600 Subject: [PATCH] refactor: revert quote type in app.jsx --- web/src/App.jsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/web/src/App.jsx b/web/src/App.jsx index d7f5a13ef..850be62bb 100644 --- a/web/src/App.jsx +++ b/web/src/App.jsx @@ -15,25 +15,25 @@ export default function App() { return ( -
+
{status !== FetchStatus.LOADED ? ( -
+
) : ( -
+
-
+
- - - - - - - - + + + + + + + +