From 26f380222a8a1dbb45f281e8b18a7181c001bd4b Mon Sep 17 00:00:00 2001 From: Tom Wise <79859203+tomwisecodes@users.noreply.github.com> Date: Wed, 13 Nov 2024 11:46:01 +0000 Subject: [PATCH] chore: onClick --- apps/nextjs/src/components/AppComponents/Chat/markdown.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/nextjs/src/components/AppComponents/Chat/markdown.tsx b/apps/nextjs/src/components/AppComponents/Chat/markdown.tsx index bd2fb6b4e..fdd954e1a 100644 --- a/apps/nextjs/src/components/AppComponents/Chat/markdown.tsx +++ b/apps/nextjs/src/components/AppComponents/Chat/markdown.tsx @@ -189,7 +189,7 @@ export const MemoizedReactMarkdownWithStyles = ({ const InLineButton = ({ text, onClick }) => { return (