Skip to content

Commit

Permalink
feat: 팅원 신청 완료시 common state 초기화 (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
eunbae0 authored May 31, 2023
1 parent 53a0c94 commit 6bfdbd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ const Footer = ({
break;
case 'groupMember':
router.push('/apply/complete');
dispatch(resetAllCommonState());
break;

default:
Expand Down

0 comments on commit 6bfdbd0

Please sign in to comment.