We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b38f56b commit db53a62Copy full SHA for db53a62
src/agenda/index.js
@@ -289,6 +289,8 @@ export default class AgendaView extends Component {
289
markings[key] = {marked: true};
290
}
291
});
292
+ } else {
293
+ return markings;
294
295
const key = this.state.selectedDay.toString('yyyy-MM-dd');
296
return {...markings, [key]: {...(markings[key] || {}), ...{selected: true}}};
0 commit comments