Skip to content

Commit

Permalink
[ feat ] 소원링크 생성 시 이탈 체크를 위한 id 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
myeongheonhong committed Feb 5, 2024
1 parent 37c3533 commit 57c803d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Wishes/Common/WishesStepBtn.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export default function WishesStepBtn(props: WishesStepBtnProps) {
boxType="half"
colorSystem={wishesStep.getNextBtnColor(wishesStep.nextState)}
handleClickFn={handleNextClickFn}
gaTagId={`step${wishesStep.stepIndex}`}
>
{wishesStep.stepIndex < 4 ? '다음' : '링크 생성 완료!'}
</Button>
Expand Down

0 comments on commit 57c803d

Please sign in to comment.