diff --git a/super-screen/client/src/sections/community-safty/containers/gis.js b/super-screen/client/src/sections/community-safty/containers/gis.js index 797617d..c60dddc 100644 --- a/super-screen/client/src/sections/community-safty/containers/gis.js +++ b/super-screen/client/src/sections/community-safty/containers/gis.js @@ -89,7 +89,7 @@ function Map(props) { tab == 'device' && map && renderDevices() }, 200); } - }, [tab, devices]); + }, [delay, tab, devices]); useEffect(() => { if (!delay) tab == 'device' && map && renderDevices() diff --git a/super-screen/client/src/sections/fire-control/components/left-middle.js b/super-screen/client/src/sections/fire-control/components/left-middle.js index c1f8fe5..779eddd 100644 --- a/super-screen/client/src/sections/fire-control/components/left-middle.js +++ b/super-screen/client/src/sections/fire-control/components/left-middle.js @@ -130,7 +130,7 @@ function PopulationDynamics(props) { return
{ fireDevice.map(d =>
-
{d.type_name}
+
{d.type_name}