Merge branch 'account-container-fix' into 'main'
Improve pending/scheduled statuses styles See merge request soapbox-pub/soapbox!2977
This commit is contained in:
@ -12,7 +12,7 @@ const AccountContainer: React.FC<IAccountContainer> = ({ id, withRelationship, .
|
||||
const { account } = useAccount(id, { withRelationship });
|
||||
|
||||
return (
|
||||
<Account account={account!} {...props} />
|
||||
<Account account={account!} withRelationship={withRelationship} {...props} />
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user