diff --git a/app/components/markdown.tsx b/app/components/markdown.tsx index 738d06a13..255edfa0f 100644 --- a/app/components/markdown.tsx +++ b/app/components/markdown.tsx @@ -62,7 +62,7 @@ export function Mermaid(props: { code: string }) { } export function HTMLPreview(props: { code: string }) { - const ref = useRef(null); + const ref = useRef(null); const frameId = useRef(nanoid()); const [height, setHeight] = useState(600); /*