Hide relationship in BirthdayPanel

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
environments/review-birthday-p-woytri/deployments/3334
marcin mikołajczak 1 year ago
parent f8d31aa505
commit f1b98e1602

@ -58,6 +58,7 @@ const BirthdayPanel = ({ limit }: IBirthdayPanel) => {
key={accountId}
// @ts-ignore: TS thinks `id` is passed to <Account>, but it isn't
id={accountId}
withRelationship={false}
/>
))}
</Widget>

Loading…
Cancel
Save