From 8ee0abc86d6dda0c02905f6fe309f75275d3226e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Wed, 18 Mar 2026 16:23:18 +0100 Subject: [PATCH] nicolium: minor style fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- .../components/placeholder-sidebar-suggestions.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nicolium/src/features/placeholder/components/placeholder-sidebar-suggestions.tsx b/packages/nicolium/src/features/placeholder/components/placeholder-sidebar-suggestions.tsx index a6073c290..3c45cea5e 100644 --- a/packages/nicolium/src/features/placeholder/components/placeholder-sidebar-suggestions.tsx +++ b/packages/nicolium/src/features/placeholder/components/placeholder-sidebar-suggestions.tsx @@ -9,8 +9,8 @@ const PlaceholderSidebarSuggestions = ({ limit }: { limit: number }) => { return ( <> {new Array(limit).fill(undefined).map((_, idx) => ( -
-
+
+

{generateText(length)}