Skip to content

Commit

Permalink
Update Toast.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
jinhokim98 authored Jul 31, 2024
1 parent 8ad4575 commit cb30824
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HDesign/src/components/Toast/Toast.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ const Toast = ({

const handleClickToClose = () => {
if (!isClickToClose || !onClose) return;

onClose();
};

Expand Down

0 comments on commit cb30824

Please sign in to comment.