Thread: fix display of initial loading indicator

This commit is contained in:
Alex Gleason 2023-05-08 10:44:07 -05:00
parent f290ca85e3
commit f47b5f0a20
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -443,7 +443,9 @@ const Thread: React.FC<IThread> = (props) => {
);
} else if (!status) {
return (
<Column>
<PlaceholderStatus />
</Column>
);
}