diff --git a/web-network/client/src/sections/network/containers/tableShow.js b/web-network/client/src/sections/network/containers/tableShow.js index b23afc9..e208cfc 100644 --- a/web-network/client/src/sections/network/containers/tableShow.js +++ b/web-network/client/src/sections/network/containers/tableShow.js @@ -92,7 +92,7 @@ const Network = props => { } } dispatch(analysis.getDevicesAlarms(deviceIds , { limit: 5 })) - dispatch(analysis.findDevicesCardStatus({ deviceIds: alarmSensorId })) + dispatch(analysis.findDevicesCardStatus({ deviceIds })) setSensorsDataItems(sensorsDataItems) setSensorId(sensorsId) setDeviceData(da)