mirror of
				https://gitlab.nic.cz/turris/reforis/foris-js.git
				synced 2025-11-03 23:00:31 +01:00 
			
		
		
		
	fixup! fixup! !fixup WiFi API update
This commit is contained in:
		@@ -293,7 +293,7 @@ function getHtmodeChoices(device) {
 | 
			
		||||
 | 
			
		||||
function getBandChoices(device) {
 | 
			
		||||
    return device.available_bands.map((availableBand) => ({
 | 
			
		||||
        label: BANDS[availableBand.band] + " GHz",
 | 
			
		||||
        label: `${BANDS[availableBand.band]} GHz`,
 | 
			
		||||
        value: availableBand.band,
 | 
			
		||||
    }));
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user