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}
|
||||
// @ts-ignore: TS thinks `id` is passed to <Account>, but it isn't
|
||||
id={accountId}
|
||||
withRelationship={false}
|
||||
/>
|
||||
))}
|
||||
</Widget>
|
||||
|
|
Loading…
Reference in a new issue