this repo has no description
0
fork

Configure Feed

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

Fix logic not checking different language

+2 -3
+2 -3
src/components/status.jsx
··· 1127 1127 }} 1128 1128 /> 1129 1129 )} 1130 - {((enableTranslate && !!content.trim() && differentLanguage) || 1131 - forceTranslate || 1132 - inlineTranslate) && ( 1130 + {(((enableTranslate || inlineTranslate) && !!content.trim() && differentLanguage) || 1131 + forceTranslate) && ( 1133 1132 <TranslationBlock 1134 1133 forceTranslate={forceTranslate || inlineTranslate} 1135 1134 mini={!isSizeLarge && !withinContext}