diff --git a/integrations/lens-protocol/components/publications/actions/mirror.tsx b/integrations/lens-protocol/components/publications/actions/mirror.tsx index d1ee29b3..446671a0 100644 --- a/integrations/lens-protocol/components/publications/actions/mirror.tsx +++ b/integrations/lens-protocol/components/publications/actions/mirror.tsx @@ -48,7 +48,7 @@ const AuthorizedMirrorButton = ({ publication, hideCount, profile }: IActionButt }, 10000) } useEffect(() => { - showErrorToast(String(error)) + if (error) showErrorToast(String(error)) }, [error]) return (