@saasquatch/mint-components 1.14.5-2 → 1.14.5-3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -437,6 +437,7 @@ function useCouponCode(props) {
437
437
  case "EMPTY_TANK":
438
438
  case "CANCELLED":
439
439
  case "ERROR":
440
+ case "ERROR_SYNCING_FUEL_TANK_CODE":
440
441
  return "warning";
441
442
  case "PENDING":
442
443
  return "info";
@@ -164,6 +164,7 @@ export function useCouponCode(props) {
164
164
  case "EMPTY_TANK":
165
165
  case "CANCELLED":
166
166
  case "ERROR":
167
+ case "ERROR_SYNCING_FUEL_TANK_CODE":
167
168
  return "warning";
168
169
  case "PENDING":
169
170
  return "info";
@@ -433,6 +433,7 @@ function useCouponCode(props) {
433
433
  case "EMPTY_TANK":
434
434
  case "CANCELLED":
435
435
  case "ERROR":
436
+ case "ERROR_SYNCING_FUEL_TANK_CODE":
436
437
  return "warning";
437
438
  case "PENDING":
438
439
  return "info";