diff --git a/components/toasts/RemixedToast/index.tsx b/components/toasts/RemixedToast/index.tsx index e1c4b3d9..8bc533a0 100644 --- a/components/toasts/RemixedToast/index.tsx +++ b/components/toasts/RemixedToast/index.tsx @@ -17,9 +17,7 @@ const RemixedToast = ({ onCloseClick, }: Props) => { const { t } = useTranslation('common') - useEffect(() => { - console.log(partyName) - }, []) + // Methods: Event handlers function handleOpenChange() { onOpenChange(open)