Fix name of Due Cards in router

This commit is contained in:
John R. Supplee 2021-01-08 12:18:05 +02:00
parent 1abdd5177d
commit 2e955cff54

View file

@ -140,7 +140,7 @@ FlowRouter.route('/my-cards', {
});
FlowRouter.route('/due-cards', {
name: 'my-cards',
name: 'due-cards',
action() {
const dueCardsTemplate = 'dueCards';