Skip to content

Commit db53a62

Browse files
author
Tautvilas Mecinskas
committed
fix(agenda): allow cusmon marking
fixes #220
1 parent b38f56b commit db53a62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/agenda/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,8 @@ export default class AgendaView extends Component {
289289
markings[key] = {marked: true};
290290
}
291291
});
292+
} else {
293+
return markings;
292294
}
293295
const key = this.state.selectedDay.toString('yyyy-MM-dd');
294296
return {...markings, [key]: {...(markings[key] || {}), ...{selected: true}}};

0 commit comments

Comments
 (0)