CF2-4: Убран ненужный if()

This commit is contained in:
KharchenkoVV 2021-05-25 15:43:50 +05:00
parent a48ac64b85
commit b53a1c667c

View File

@ -182,7 +182,6 @@ export default function TelemetryView(props) {
}, [id]);
useEffect(() => {
if(chartInterval)
DataService.getData(id, null, chartInterval)
.then(handleReceiveDataSaub)
.catch(error => console.error(error))