Thread: fix display of initial loading indicator
This commit is contained in:
@ -443,7 +443,9 @@ const Thread: React.FC<IThread> = (props) => {
|
||||
);
|
||||
} else if (!status) {
|
||||
return (
|
||||
<PlaceholderStatus />
|
||||
<Column>
|
||||
<PlaceholderStatus />
|
||||
</Column>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user