From 36aadabf5f65eefa637d9388e75c9761dc453116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Thu, 19 Sep 2024 22:56:12 +0200 Subject: [PATCH] pl-fe: remove default initial index from scrollable list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- packages/pl-fe/src/components/scrollable-list.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/pl-fe/src/components/scrollable-list.tsx b/packages/pl-fe/src/components/scrollable-list.tsx index 19fcd88e1..7aa8b5b10 100644 --- a/packages/pl-fe/src/components/scrollable-list.tsx +++ b/packages/pl-fe/src/components/scrollable-list.tsx @@ -80,7 +80,7 @@ const ScrollableList = React.forwardRef, IScrollableList & hasMore, placeholderComponent: Placeholder, placeholderCount = 0, - initialIndex = 0, + initialIndex, style = {}, estimatedSize = 300, alignToBottom,