From 9619222cbcf99ba6bb6b65369a83dd9674f61dba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Tue, 17 Mar 2026 15:48:04 +0100 Subject: [PATCH] nicolium: fix types MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/nicolium/src/components/scroll-top-button.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/nicolium/src/components/scroll-top-button.tsx b/packages/nicolium/src/components/scroll-top-button.tsx index 481dcdce2..6e10a99f9 100644 --- a/packages/nicolium/src/components/scroll-top-button.tsx +++ b/packages/nicolium/src/components/scroll-top-button.tsx @@ -20,7 +20,8 @@ interface IScrollTopButton { threshold?: number; /** Distance from the top of the screen (scrolling up) before the action is triggered. */ autoloadThreshold?: number; - accountIds?: Array; + /** Avatars of the accounts will display next to the message (limited to 3) */ + accountIds?: Array; } /** Floating new post counter above timelines, clicked to scroll to top. */