client downloads - fix download link for legacy clients
This commit is contained in:
parent
676cbaa656
commit
ad1d8ea373
|
|
@ -72,7 +72,7 @@ const JKDownloadsLegacy = () => {
|
|||
|
||||
const downloadLink = React.useMemo(() => {
|
||||
if (!currentOS) return null
|
||||
return downloads[`JamClient/${currentOS}`]
|
||||
return downloads[`JamClient/${selectedPlatform}`]
|
||||
}, [currentOS]);
|
||||
|
||||
const selectPlatform = (platform) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue