Hide relationship in BirthdayPanel
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
f8d31aa505
commit
f1b98e1602
1 changed files with 1 additions and 0 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue