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