From ba9cf70f445a7f7ce8c311e0bb211b49c54a91de Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 31 Jul 2023 20:30:29 +0800 Subject: [PATCH] Unproxy the proxy --- src/components/status.jsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index 8c57414c..981c4211 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -172,7 +172,9 @@ function Status({ const debugHover = (e) => { if (e.shiftKey) { - console.log(status); + console.log({ + ...status, + }); } }; @@ -1127,7 +1129,9 @@ function Status({ }} /> )} - {(((enableTranslate || inlineTranslate) && !!content.trim() && differentLanguage) || + {(((enableTranslate || inlineTranslate) && + !!content.trim() && + differentLanguage) || forceTranslate) && (