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:
@ -27,7 +27,7 @@ const createEventStore = () => {
|
||||
startTime: startTime.toString(),
|
||||
title,
|
||||
},
|
||||
]
|
||||
].sort(sortRecord)
|
||||
}
|
||||
|
||||
state = nextState
|
||||
|
Reference in New Issue
Block a user