Remove a log
This commit is contained in:
parent
ca2d37afe8
commit
fa59942769
1 changed files with 1 additions and 3 deletions
|
|
@ -17,9 +17,7 @@ const RemixedToast = ({
|
|||
onCloseClick,
|
||||
}: Props) => {
|
||||
const { t } = useTranslation('common')
|
||||
useEffect(() => {
|
||||
console.log(partyName)
|
||||
}, [])
|
||||
|
||||
// Methods: Event handlers
|
||||
function handleOpenChange() {
|
||||
onOpenChange(open)
|
||||
|
|
|
|||
Loading…
Reference in a new issue