Skip to content

Commit

Permalink
fix: debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
yossydev committed Nov 17, 2024
1 parent 4111d92 commit c5fda84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/islands/TranslatorButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ const TranslatorButton: FC<PropsWithChildren<Props>> = ({
// biome-ignore lint: lint/suspicious/noExplicitAny
const handleSelectChange = async (e: any) => {
setValue(e.target.value);
setTranslatedContent("<div> hello <div/>");

if (
"translation" in self &&
Expand Down

0 comments on commit c5fda84

Please sign in to comment.