Skip to content

Commit 40cb358

Browse files
committed
fix json download
1 parent 5a11b73 commit 40cb358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default function Home() {
4646
return () => {
4747
window.removeEventListener("keydown", handleKeyDown);
4848
};
49-
}, [text]);
49+
}, [translatedText]);
5050

5151
return (
5252
<>

0 commit comments

Comments
 (0)