We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc8c731 + f157fcf commit 85f1a99Copy full SHA for 85f1a99
1 file changed
src/pages/NotificationList.tsx
@@ -77,11 +77,11 @@ const NotificationList: React.FC = () => {
77
} else if (title.startsWith("도전과제")) {
78
navigate("/challenge");
79
} else if (title.startsWith("직무별")) {
80
- navigate("/experience-point?tab=receip");
+ navigate("/experience-point?tab=receipt");
81
} else if (title.startsWith("리더부여")) {
82
83
} else if (title.startsWith("전사")) {
84
85
} else if (title.startsWith("인사평가")) {
86
navigate("/mypage");
87
}
0 commit comments