Merge branch 'account-container-fix' into 'main'
Improve pending/scheduled statuses styles See merge request soapbox-pub/soapbox!2977
This commit is contained in:
commit
06c6bbf39f
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ const AccountContainer: React.FC<IAccountContainer> = ({ id, withRelationship, .
|
||||||
const { account } = useAccount(id, { withRelationship });
|
const { account } = useAccount(id, { withRelationship });
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Account account={account!} {...props} />
|
<Account account={account!} withRelationship={withRelationship} {...props} />
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue