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