1
0
mirror of https://github.com/comatory/fb2iCal synced 2025-06-05 22:09:25 +02:00

fix: sorting events by date

This commit is contained in:
Ondřej Synáček
2020-12-25 10:17:19 +01:00
parent 37d931f6ce
commit 579bde6c32
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ const createEventStore = () => {
startTime: startTime.toString(),
title,
},
]
].sort(sortRecord)
}
state = nextState