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