Merge branch 'birthday-panel' into 'develop'
Hide relationship in BirthdayPanel See merge request soapbox-pub/soapbox!2501
This commit is contained in:
commit
5e16d0875e
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