kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Thread: fix display of initial loading indicator
rodzic
f290ca85e3
commit
f47b5f0a20
|
@ -443,7 +443,9 @@ const Thread: React.FC<IThread> = (props) => {
|
||||||
);
|
);
|
||||||
} else if (!status) {
|
} else if (!status) {
|
||||||
return (
|
return (
|
||||||
|
<Column>
|
||||||
<PlaceholderStatus />
|
<PlaceholderStatus />
|
||||||
|
</Column>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue