diff --git a/src/components/translation-block.jsx b/src/components/translation-block.jsx index 4bbc4da3..ea6af27b 100644 --- a/src/components/translation-block.jsx +++ b/src/components/translation-block.jsx @@ -105,7 +105,11 @@ function TranslationBlock({ }, [forceTranslate]); if (mini) { - if (!!translatedContent && detectedLang !== targetLangText) { + if ( + !!translatedContent && + translatedContent.trim() !== text.trim() && + detectedLang !== targetLangText + ) { return (