kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Merge branch 'account-container-fix' into 'main'
Improve pending/scheduled statuses styles See merge request soapbox-pub/soapbox!2977environments/review-main-yi2y9f/deployments/4518
commit
06c6bbf39f
|
@ -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} />
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue