Merge branch 'birthday-panel' into 'develop'
Hide relationship in BirthdayPanel See merge request soapbox-pub/soapbox!2501
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user