From a460269e35fd71348e01f2404315272ea3191e84 Mon Sep 17 00:00:00 2001 From: Dan Feder Date: Sun, 11 Jul 2021 13:20:39 -0500 Subject: [PATCH] Trying to remove schemas from docs pages --- src/components/ApiDocs/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {