kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Hide status info if Thread Status
rodzic
e5cf1dfa85
commit
b2848f52f9
|
@ -44,7 +44,7 @@ const ThreadStatus: React.FC<IThreadStatus> = (props): JSX.Element => {
|
|||
{renderConnector()}
|
||||
{isLoaded ? (
|
||||
// @ts-ignore FIXME
|
||||
<StatusContainer {...props} />
|
||||
<StatusContainer {...props} showGroup={false} />
|
||||
) : (
|
||||
<PlaceholderStatus variant='slim' />
|
||||
)}
|
||||
|
|
Ładowanie…
Reference in New Issue