@posiwise/shared-components 0.0.26 → 0.0.27

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.
@@ -769,7 +769,8 @@ class ClearbitIconComponent {
769
769
  this.dummyPath = 'assets/img/icons/company.png';
770
770
  }
771
771
  ngOnChanges(simple) {
772
- if (simple['src']?.currentValue && simple['src']?.currentValue !== simple['src']?.previousValue) {
772
+ if (simple['src']?.currentValue &&
773
+ simple['src']?.currentValue !== simple['src']?.previousValue) {
773
774
  this.clearbitSrc = HelperService.getLogoByUrl(this.src);
774
775
  }
775
776
  else {