mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2026-01-24 22:38:58 -05:00
feat: Open collection calendar on start date
This commit is contained in:
@@ -164,6 +164,9 @@
|
||||
(new Date(collection.end_date).getTime() - new Date(collection.start_date).getTime()) /
|
||||
(1000 * 60 * 60 * 24)
|
||||
) + 1;
|
||||
|
||||
// Update `options.evdateents` when `collection.start_date` changes
|
||||
options = { ...options, date: collection.start_date };
|
||||
}
|
||||
if (collection.transportations) {
|
||||
transportations = collection.transportations;
|
||||
|
||||
Reference in New Issue
Block a user