diff --git a/src/assets/pages/documentation/Body.jsx b/src/assets/pages/documentation/Body.jsx index 11fbf55..e4162ca 100644 --- a/src/assets/pages/documentation/Body.jsx +++ b/src/assets/pages/documentation/Body.jsx @@ -56,7 +56,7 @@ export default function Body({ initialPage }) { const type = handleContentBlock(children[0].data); if (!type) return; const typeNoSpace = type.replace(" ", ""); - return ( + const block = (
{domToReact(children, options)}