Browse Source

run yarn fix

Kirk Trombley 3 years ago
parent
commit
a7324b42f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/src/components/util/ApiInfo.jsx

+ 1 - 1
client/src/components/util/ApiInfo.jsx

@@ -12,7 +12,7 @@ const ApiInfo = () => {
   }
 
   const { status, version } = data;
-  
+
   return status === "healthy" ? (
     <p>API Version: {version}</p>
   ) : (