minor fixes

This commit is contained in:
Prince
2026-06-15 22:04:59 +02:00
parent 8b78199992
commit 31f403aa10
9 changed files with 10 additions and 9 deletions

View File

@@ -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();
}