diff --git a/src/components/ApiDocs/index.jsx b/src/components/ApiDocs/index.jsx
index 89fe81f4..495a8768 100644
--- a/src/components/ApiDocs/index.jsx
+++ b/src/components/ApiDocs/index.jsx
@@ -7,7 +7,7 @@ const ApiDocs = ({ endpoint, uuid }) => {
const url = uuid ? `${endpoint}/${uuid}` : endpoint;
return typeof window === 'undefined'
? null
- : ;
+ : ;
};
ApiDocs.defaultProps = {