cleanup code
This commit is contained in:
@@ -191,7 +191,7 @@ class _CustomerListState extends State<CustomerList> {
|
||||
}
|
||||
|
||||
Widget getCount(User customer) {
|
||||
return customer.fcsUnseenCount != null && customer.fcsUnseenCount > 0
|
||||
return customer.fcsUnseenCount > 0
|
||||
? Container(
|
||||
padding: const EdgeInsets.all(8.0),
|
||||
decoration:
|
||||
|
||||
Reference in New Issue
Block a user