+
+
-
diff --git a/src/views/dashboard/components/DashboardEmission.vue b/src/views/dashboard/components/DashboardEmission.vue
index 410d8b1..b59dc5d 100644
--- a/src/views/dashboard/components/DashboardEmission.vue
+++ b/src/views/dashboard/components/DashboardEmission.vue
@@ -108,7 +108,6 @@ watch(
JSON.stringify(newValue) !== JSON.stringify(oldValue)
) {
getData(newValue);
- getElecUseDayData(newValue);
}
},
{