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,
|
onCloseClick,
|
||||||
}: Props) => {
|
}: Props) => {
|
||||||
const { t } = useTranslation('common')
|
const { t } = useTranslation('common')
|
||||||
useEffect(() => {
|
|
||||||
console.log(partyName)
|
|
||||||
}, [])
|
|
||||||
// Methods: Event handlers
|
// Methods: Event handlers
|
||||||
function handleOpenChange() {
|
function handleOpenChange() {
|
||||||
onOpenChange(open)
|
onOpenChange(open)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue