fixed tab order logic when tabs are added or removed
This commit is contained in:
parent
2c4aceb13c
commit
6056e117f8
4 changed files with 50 additions and 59 deletions
|
|
@ -215,8 +215,6 @@ export default function Devices() {
|
|||
).then(resp => {
|
||||
let newDevices: Device[] = []
|
||||
resp.data.devices.forEach(device => {
|
||||
console.log(device.status)
|
||||
console.log(device.status?.plenum?.overlays)
|
||||
if (device.status?.plenum?.temperature) {
|
||||
setHasPlenums(true)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue