Fix wrongly changed month on transaction links data

This commit is contained in:
Wolfgang Huß 2022-06-01 10:19:46 +02:00
parent 5601dcc5f8
commit 3f8c1169ba

View File

@ -5,7 +5,7 @@ export const transactionLinks: TransactionLinkInterface[] = [
email: 'bibi@bloxberg.de',
amount: 19.99,
memo: 'Leider wollte niemand meine Gradidos zum Neujahr haben :(',
createdAt: new Date(2022, 1, 1),
createdAt: new Date(2022, 0, 1),
},
{
email: 'bibi@bloxberg.de',