From 6e6036af1464dcc34151330cbf365af9ab05af46 Mon Sep 17 00:00:00 2001 From: ThibG Date: Mon, 20 Jan 2020 16:34:42 +0100 Subject: [PATCH] =?UTF-8?q?[Glitch]=20Fix=20=E2=80=9CX=20new=20items?= =?UTF-8?q?=E2=80=9D=20not=20showing=20up=20for=20slow=20mode=20on=20empty?= =?UTF-8?q?=20timelines?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Port 2d5addde03563b03b59e9125cdc46143a13e9566 to glitch-soc Signed-off-by: Claire --- .../flavours/glitch/components/scrollable_list/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/components/scrollable_list/index.jsx b/app/javascript/flavours/glitch/components/scrollable_list/index.jsx index 06f48aa658..de13a7fb66 100644 --- a/app/javascript/flavours/glitch/components/scrollable_list/index.jsx +++ b/app/javascript/flavours/glitch/components/scrollable_list/index.jsx @@ -344,7 +344,7 @@ class ScrollableList extends PureComponent { {footer} ); - } else if (isLoading || childrenCount > 0 || hasMore || !emptyMessage) { + } else if (isLoading || childrenCount > 0 || numPending > 0 || hasMore || !emptyMessage) { scrollableArea = ( {prepend}