mirror of
https://gitlab.nic.cz/turris/reforis/foris-js.git
synced 2025-06-15 13:36:35 +02: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