kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
AccountContainer: Pass withRelationship to Account
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>environments/review-account-co-fasx6a/deployments/4517
rodzic
2c3095f52c
commit
6f1b64144f
|
@ -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} />
|
||||
);
|
||||
};
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue