mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
chore(website/i18n): add t to list of deps
This commit is contained in:
@@ -17,7 +17,7 @@ export default function DownloadButton({ big }: DownloadButtonProps) {
|
|||||||
const [ recommendedDownload, setRecommendedDownload ] = useState<RecommendedDownload | null>();
|
const [ recommendedDownload, setRecommendedDownload ] = useState<RecommendedDownload | null>();
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
getRecommendedDownload(t)?.then(setRecommendedDownload);
|
getRecommendedDownload(t)?.then(setRecommendedDownload);
|
||||||
}, []);
|
}, [ t ]);
|
||||||
|
|
||||||
return (recommendedDownload &&
|
return (recommendedDownload &&
|
||||||
<>
|
<>
|
||||||
|
|||||||
Reference in New Issue
Block a user