mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 08:14:56 +00:00
remove comments
This commit is contained in:
@ -39,13 +39,7 @@ class CeilingSensorControls extends StatelessWidget
|
||||
} else if (state is CeilingReportsState) {
|
||||
return ReportsTable(
|
||||
report: state.deviceReport,
|
||||
onRowTap: (index) {
|
||||
// final entry = state.deviceReport.data![index];
|
||||
// context.read<CeilingSensorBloc>().add(
|
||||
// ShowCeilingDescriptionEvent(
|
||||
// description: entry['description']),
|
||||
// );
|
||||
},
|
||||
onRowTap: (index) {},
|
||||
onClose: () {
|
||||
context
|
||||
.read<CeilingSensorBloc>()
|
||||
|
||||
Reference in New Issue
Block a user