Thread: fix display of initial loading indicator
This commit is contained in:
parent
f290ca85e3
commit
f47b5f0a20
1 changed files with 3 additions and 1 deletions
|
@ -443,7 +443,9 @@ const Thread: React.FC<IThread> = (props) => {
|
||||||
);
|
);
|
||||||
} else if (!status) {
|
} else if (!status) {
|
||||||
return (
|
return (
|
||||||
|
<Column>
|
||||||
<PlaceholderStatus />
|
<PlaceholderStatus />
|
||||||
|
</Column>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue