Merge branch 'birthday-panel' into 'develop'

Hide relationship in BirthdayPanel

See merge request soapbox-pub/soapbox!2501
This commit is contained in:
marcin mikołajczak 2023-05-06 06:29:41 +00:00
commit 5e16d0875e

View file

@ -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>