pl-fe: more migrations

Signed-off-by: Nicole Mikołajczyk <git@mkljczk.pl>
This commit is contained in:
Nicole Mikołajczyk
2025-05-05 22:05:28 +02:00
parent afeb743ec3
commit 2d4892cc1e
8 changed files with 83 additions and 114 deletions

View File

@@ -59,7 +59,6 @@ const BirthdayPanel = ({ limit }: IBirthdayPanel) => {
{birthdaysToRender.map(accountId => (
<AccountContainer
key={accountId}
// @ts-ignore: TS thinks `id` is passed to <Account>, but it isn't
id={accountId}
withRelationship={false}
/>