mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 22:14:55 +00:00
cleaned some warring messages
This commit is contained in:
@ -65,13 +65,13 @@ class EnergyUsage extends StatelessWidget {
|
||||
case 0:
|
||||
return SideTitleWidget(
|
||||
axisSide: meta.axisSide,
|
||||
child: BodySmall(text: '1'),
|
||||
child: const BodySmall(text: '1'),
|
||||
);
|
||||
|
||||
case 11:
|
||||
return SideTitleWidget(
|
||||
axisSide: meta.axisSide,
|
||||
child: BodySmall(text: '28'),
|
||||
child: const BodySmall(text: '28'),
|
||||
);
|
||||
default:
|
||||
return Container();
|
||||
@ -172,7 +172,7 @@ class EnergyUsage extends StatelessWidget {
|
||||
|
||||
return SideTitleWidget(
|
||||
axisSide: meta.axisSide,
|
||||
child: BodySmall(text: 'Feb'),
|
||||
child: const BodySmall(text: 'Feb'),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user