Hide relationship in BirthdayPanel

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2023-05-05 13:18:39 +02:00
parent f8d31aa505
commit f1b98e1602

View file

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