소스 검색

Fix name of Due Cards in router

John R. Supplee 5 년 전
부모
커밋
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';