From fb95c762f1ecd5cff6598d79092d69b8855d3537 Mon Sep 17 00:00:00 2001 From: Tom Wise <79859203+tomwisecodes@users.noreply.github.com> Date: Fri, 15 Nov 2024 14:40:52 +0000 Subject: [PATCH] chore: types --- apps/nextjs/src/components/AppComponents/Chat/chat-list.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/nextjs/src/components/AppComponents/Chat/chat-list.tsx b/apps/nextjs/src/components/AppComponents/Chat/chat-list.tsx index 1ffe9848e..ef81722db 100644 --- a/apps/nextjs/src/components/AppComponents/Chat/chat-list.tsx +++ b/apps/nextjs/src/components/AppComponents/Chat/chat-list.tsx @@ -29,6 +29,7 @@ function DemoLimitMessage({ id }: Readonly<{ id: string }>) {