From f47b5f0a20c8885bccb56af27f38903132070d44 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 8 May 2023 10:44:07 -0500 Subject: [PATCH] Thread: fix display of initial loading indicator --- app/soapbox/features/status/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/soapbox/features/status/index.tsx b/app/soapbox/features/status/index.tsx index 6628db23b..6b41148c4 100644 --- a/app/soapbox/features/status/index.tsx +++ b/app/soapbox/features/status/index.tsx @@ -443,7 +443,9 @@ const Thread: React.FC = (props) => { ); } else if (!status) { return ( - + + + ); }