mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-28 12:18:51 +03:00
Fix logic again
This commit is contained in:
parent
5502d08d28
commit
658872cbd9
1 changed files with 2 additions and 1 deletions
|
@ -1115,7 +1115,8 @@ function Status({
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{((enableTranslate && !!content.trim() && differentLanguage) ||
|
{((enableTranslate && !!content.trim() && differentLanguage) ||
|
||||||
forceTranslate) && (
|
forceTranslate ||
|
||||||
|
inlineTranslate) && (
|
||||||
<TranslationBlock
|
<TranslationBlock
|
||||||
forceTranslate={forceTranslate || inlineTranslate}
|
forceTranslate={forceTranslate || inlineTranslate}
|
||||||
mini={!isSizeLarge}
|
mini={!isSizeLarge}
|
||||||
|
|
Loading…
Reference in a new issue