From c5fda84aeb562609ab0830bf7822a89508543c07 Mon Sep 17 00:00:00 2001 From: yossydev Date: Sun, 17 Nov 2024 16:36:16 +0900 Subject: [PATCH] fix: debug code --- app/islands/TranslatorButton.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/islands/TranslatorButton.tsx b/app/islands/TranslatorButton.tsx index 7578d71..814fdbd 100644 --- a/app/islands/TranslatorButton.tsx +++ b/app/islands/TranslatorButton.tsx @@ -46,7 +46,6 @@ const TranslatorButton: FC> = ({ // biome-ignore lint: lint/suspicious/noExplicitAny const handleSelectChange = async (e: any) => { setValue(e.target.value); - setTranslatedContent("
hello
"); if ( "translation" in self &&