diff --git a/web/src/components/MemoContent/Math.tsx b/web/src/components/MemoContent/Math.tsx index 2f60dd23..dd3a1452 100644 --- a/web/src/components/MemoContent/Math.tsx +++ b/web/src/components/MemoContent/Math.tsx @@ -7,7 +7,7 @@ interface Props { } const Math: React.FC = ({ content, block }: Props) => { - return ; + return ; }; export default Math;