Performance (#602)

This commit is contained in:
Anthony Puppo
2023-04-19 10:39:19 -04:00
committed by GitHub
parent 24068ea5aa
commit c959264f93
4 changed files with 18 additions and 4 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ import rehypeMathjax from 'rehype-mathjax';
import remarkGfm from 'remark-gfm';
import remarkMath from 'remark-math';
interface Props {
export interface Props {
message: Message;
messageIndex: number;
onEdit?: (editedMessage: Message) => void