소스 검색

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>
   ) : (