AccountContainer: Pass withRelationship to Account

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
environments/review-account-co-fasx6a/deployments/4517
marcin mikołajczak 6 months ago
parent 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} />
);
};

Loading…
Cancel
Save