Fix unsubscribe bug in layout template

This commit is contained in:
dannyrb 2020-06-16 23:02:46 -04:00
parent be6a04684b
commit a8954befee

View File

@ -89,7 +89,7 @@ function PanelMeasurementTableTracking({ servicesManager, commandsManager }) {
subscriptions.push(
MeasurementService.subscribe(evt, () => {
setMeasurementsUpdated(Date.now().toString());
})
}).unsubscribe
);
});