mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Fix wrongly changed month on transaction links data
This commit is contained in:
parent
5601dcc5f8
commit
3f8c1169ba
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user