Przeglądaj źródła

Fix name of Due Cards in router

John R. Supplee 4 lat temu
rodzic
commit
2e955cff54
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      config/router.js

+ 1 - 1
config/router.js

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