瀏覽代碼

run yarn fix

Kirk Trombley 3 年之前
父節點
當前提交
a7324b42f4
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>
   ) : (