fix legacy app client download links
This commit is contained in:
parent
b6e2fe7494
commit
cd229a0b42
|
|
@ -72,8 +72,9 @@ const JKDownloadsLegacy = () => {
|
|||
|
||||
const downloadLink = React.useMemo(() => {
|
||||
if (!currentOS) return null
|
||||
if (!selectedPlatform) return null
|
||||
return downloads[`JamClient/${selectedPlatform}`]
|
||||
}, [currentOS]);
|
||||
}, [currentOS, selectedPlatform]);
|
||||
|
||||
const selectPlatform = (platform) => {
|
||||
setSelectedPlatform(platform)
|
||||
|
|
|
|||
Loading…
Reference in New Issue