Skip to content

Commit 86195c6

Browse files
committed
Fix linting
1 parent df43afc commit 86195c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lightrag_webui/src/components/retrieval/ChatMessage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ export const ChatMessage = ({ message }: { message: MessageWithError }) => { //
8282
setKatexPlugin(null);
8383
}
8484
};
85-
85+
8686
loadKaTeX();
8787
}, []);
8888

0 commit comments

Comments
 (0)