this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

If translated text is same as original text, don't show it

This means language detection messed up

+5 -1
+5 -1
src/components/translation-block.jsx
··· 105 105 }, [forceTranslate]); 106 106 107 107 if (mini) { 108 - if (!!translatedContent && detectedLang !== targetLangText) { 108 + if ( 109 + !!translatedContent && 110 + translatedContent.trim() !== text.trim() && 111 + detectedLang !== targetLangText 112 + ) { 109 113 return ( 110 114 <div class="status-translation-block-mini"> 111 115 <Icon