fix product details issue

merge-update-with-lab-changes
Fatimah Alshammari 4 years ago
parent 169ebac076
commit 4d8271c45d

@ -121,8 +121,8 @@ class _ProductNameAndPriceState extends State<ProductNameAndPrice> {
//color: widget.isStockAvailable ? Colors.white : Colors.red,
),
// SizedBox(width: 20),
// if (
widget.authenticatedUserObject.isLogin &&
if (
widget.authenticatedUserObject.isLogin)
widget.stockAvailability != null &&
!widget.isStockAvailable &&
widget.customerId != null

Loading…
Cancel
Save