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
587864893c
commit
075c729807
1 changed files with 1 additions and 1 deletions
|
@ -1121,7 +1121,7 @@ function Status({
|
|||
inlineTranslate) && (
|
||||
<TranslationBlock
|
||||
forceTranslate={forceTranslate || inlineTranslate}
|
||||
mini={!isSizeLarge}
|
||||
mini={!isSizeLarge && !withinContext}
|
||||
sourceLanguage={language}
|
||||
text={
|
||||
(spoilerText ? `${spoilerText}\n\n` : '') +
|
||||
|
|
Loading…
Reference in a new issue