minor fixes
This commit is contained in:
@@ -606,7 +606,8 @@ class _PayScreenState extends State<PayScreen> with TickerProviderStateMixin {
|
||||
}
|
||||
|
||||
Widget _buildBillProductSelector(PayController controller) {
|
||||
if (controller.model.products.isEmpty && !controller.model.isLoadingProducts) {
|
||||
if (controller.model.products.isEmpty &&
|
||||
!controller.model.isLoadingProducts) {
|
||||
return SizedBox.shrink();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user