From ca0a78bb077a7e0295abfc6c44e77ce018c50c08 Mon Sep 17 00:00:00 2001 From: Kodai Aoyama Date: Wed, 5 Apr 2023 20:09:15 +0900 Subject: [PATCH] hide translation when english speaking is selected --- src/components/molecules/TranscriptionAccuracy.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/molecules/TranscriptionAccuracy.tsx b/src/components/molecules/TranscriptionAccuracy.tsx index 713e939..ad1cef5 100644 --- a/src/components/molecules/TranscriptionAccuracy.tsx +++ b/src/components/molecules/TranscriptionAccuracy.tsx @@ -51,7 +51,7 @@ const TranscriptionAccuracy = (): JSX.Element => { ))} {settingKey && <> - } + {(!speakerLanguage?.startsWith("en-us") && !speakerLanguage?.startsWith("small-en-us")) && ()}} ) }