@hmcts/ccpay-web-component 5.0.2-beta97 → 5.0.2-beta98

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.
@@ -3257,6 +3257,7 @@
3257
3257
  */
3258
3258
  function (str) {
3259
3259
  var _this = this;
3260
+ this.resetForm([false, false, false, false, false, false, false, false, false, false, false, false, false, false, false], 'all');
3260
3261
  /** @type {?} */
3261
3262
  var postcodeField = this.postCodeForm.controls.postcode;
3262
3263
  if (this.postCodeForm.valid) {
@@ -3266,7 +3267,7 @@
3266
3267
  * @return {?}
3267
3268
  */function (refundsNotification) {
3268
3269
  _this.addressPostcodeList = refundsNotification['data']['results'];
3269
- _this.isShowPickAddress = true;
3270
+ _this.isShowPickAddress = refundsNotification['data']['results'].length > 0;
3270
3271
  })),
3271
3272
  ( /**
3272
3273
  * @param {?} error