handle Lux description for illumnance sensor

This commit is contained in:
ashrafzarkanisala
2024-09-03 13:37:33 +03:00
parent ece37fc3c1
commit 040e678b1e
4 changed files with 8 additions and 5 deletions

View File

@ -58,7 +58,7 @@ class ReportsTable extends StatelessWidget {
TableCellWidget(value: date),
TableCellWidget(value: time),
TableCellWidget(
value: '${data.value!} $thirdColumnDescription',
value: '${data.value!} ${thirdColumnDescription ?? ''}',
onTap: () => onRowTap(index),
),
],