mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-28 04:12:41 +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) ||
|
||||
forceTranslate) && (
|
||||
forceTranslate ||
|
||||
inlineTranslate) && (
|
||||
<TranslationBlock
|
||||
forceTranslate={forceTranslate || inlineTranslate}
|
||||
mini={!isSizeLarge}
|
||||
|
|
Loading…
Reference in a new issue