mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 07:07:19 +00:00
Add missing Divider widget above TotalEnergyConsumptionChart in TotalEnergyConsumptionChartBox
This commit is contained in:
@ -47,6 +47,7 @@ class _TotalEnergyConsumptionChartBoxState
|
||||
fontWeight: FontWeight.w700,
|
||||
),
|
||||
),
|
||||
Divider(),
|
||||
TotalEnergyConsumptionChart(chartData: state.chartData),
|
||||
],
|
||||
),
|
||||
|
Reference in New Issue
Block a user