@vgroup/dialbox 0.6.94 → 0.6.95

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.
@@ -4400,7 +4400,7 @@ class DialboxComponent {
4400
4400
  }
4401
4401
  this.saveLastDialed();
4402
4402
  this.isSavedContactDialled();
4403
- this.isPaymentDue = localStorage.getItem('paymentDue') === 'false' || !localStorage.getItem('paymentDue') ? false : true;
4403
+ this.isPaymentDue = localStorage.getItem('paymentDue') === 'true' ? true : false;
4404
4404
  if (this.isPaymentDue) {
4405
4405
  swal('Warning', 'Please note that your payment is due, To continue on your services kindly subscribe to use uninterrupted services.');
4406
4406
  return false;