Skip to content

Commit

Permalink
[ fix ] props변수명 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
myeongheonhong committed Jan 28, 2024
1 parent 94d69b2 commit ffd074f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Common/Modal/CancelWishesModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default function CancleWishesModal(props: CancleWishesModalProps) {
return (
<ConfirmCancleModal
handleToggle={handleToggle}
handleDelete={handleCancleWishes}
handleConfirmFn={handleCancleWishes}
rightText="중단하기"
>
<Image src={MainCakeImg} alt={'케이크'} width={60} height={60} />
Expand Down

0 comments on commit ffd074f

Please sign in to comment.