mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-10 15:17:31 +00:00
removed unnecessary comment.
This commit is contained in:
@ -59,7 +59,6 @@ class AirQualityEndSideWidget extends StatelessWidget {
|
||||
const AirQualityEndSideLiveIndicator(),
|
||||
const AirQualityEndSideGaugeAndInfo(),
|
||||
const SizedBox(height: 20),
|
||||
// The spaces added to the labels are for alignment purposes, because FittedBox is used to align the text.
|
||||
AqiSubValueWidget(
|
||||
label: AqiType.pm25.value,
|
||||
value: 19,
|
||||
@ -71,7 +70,7 @@ class AirQualityEndSideWidget extends StatelessWidget {
|
||||
unit: AqiType.pm10.unit,
|
||||
),
|
||||
AqiSubValueWidget(
|
||||
label: '${AqiType.co2.value} ',
|
||||
label: AqiType.co2.value,
|
||||
value: 610,
|
||||
unit: AqiType.co2.unit,
|
||||
),
|
||||
|
Reference in New Issue
Block a user