Skip to content
Snippets Groups Projects
Commit c2c29852 authored by Dirk Doesburg's avatar Dirk Doesburg
Browse files

Added year to month sections to prevent not unique keys

parent 14d4b954
No related branches found
No related tags found
1 merge request!398"Search for Calendar events"
......@@ -23,7 +23,7 @@ const addEventToSection = (sections, date, event) => {
if (!(sectionKey in sections)) {
sections[sectionKey] = {
key: date.format('MMMM'),
key: date.format('MMMM YYYY'),
data: {},
};
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment