Fix linting

This commit is contained in:
yangdx 2025-09-29 13:10:25 +08:00
parent df43afc89b
commit 86195c613e

View file

@ -82,7 +82,7 @@ export const ChatMessage = ({ message }: { message: MessageWithError }) => { //
setKatexPlugin(null); setKatexPlugin(null);
} }
}; };
loadKaTeX(); loadKaTeX();
}, []); }, []);