chore: Adjust console.log placement in Article component

This commit is contained in:
2025-12-04 20:45:21 +00:00
committed by Tanner Collin (aider)
parent 0d4e674f3d
commit 96719f9e6f

View File

@@ -148,9 +148,8 @@ function Article({ cache }) {
} }
} }
console.log(v, isMath);
if (isMath) { if (isMath) {
console.log(v, isMath);
return <Tag {...props}><Latex delimiters={latexDelimiters}>{v.textContent}</Latex></Tag>; return <Tag {...props}><Latex delimiters={latexDelimiters}>{v.textContent}</Latex></Tag>;
} }