From a56753dfcad7c4e3fdc0d9dd817aa6f2d90b5d7a Mon Sep 17 00:00:00 2001 From: Sunny Date: Sun, 19 Apr 2026 22:44:34 -0700 Subject: [PATCH] fix: derive empty-state chat suggestions from user's memories --- apps/web/components/chat/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/web/components/chat/index.tsx b/apps/web/components/chat/index.tsx index fe44ccbd..aba6b619 100644 --- a/apps/web/components/chat/index.tsx +++ b/apps/web/components/chat/index.tsx @@ -214,6 +214,7 @@ function ChatEmptyStatePlaceholder({ ? // Skeletons at the same dimensions as the real buttons — // prevents layout shift when suggestions arrive Array.from({ length: 4 }).map((_, i) => ( + // biome-ignore lint/suspicious/noArrayIndexKey: stable skeleton