From 615c783fe3aafe619d4017521a7a3da3ce5b0b4f Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 25 Oct 2025 22:52:38 +0300 Subject: [PATCH] chore(website/i18n): add t to list of deps --- apps/website/src/components/DownloadButton.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/website/src/components/DownloadButton.tsx b/apps/website/src/components/DownloadButton.tsx index 150f59b48..883adcdd1 100644 --- a/apps/website/src/components/DownloadButton.tsx +++ b/apps/website/src/components/DownloadButton.tsx @@ -17,7 +17,7 @@ export default function DownloadButton({ big }: DownloadButtonProps) { const [ recommendedDownload, setRecommendedDownload ] = useState(); useEffect(() => { getRecommendedDownload(t)?.then(setRecommendedDownload); - }, []); + }, [ t ]); return (recommendedDownload && <>