فهرست منبع

Fix name of Due Cards in router

John R. Supplee 4 سال پیش
والد
کامیت
2e955cff54
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  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';