@the-liberators/ngx-scrumteamsurvey-tools 2.3.45 → 2.3.46

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.
@@ -7300,7 +7300,7 @@ class TryNowProfessionalComponent extends ComponentWithViewStateBase {
7300
7300
  this.snackBar = snackBar;
7301
7301
  }
7302
7302
  onDataUpdate(data) {
7303
- this.show = data.userInfo ? data.userInfo.branding.isDefault : true && !data.isSubscriber;
7303
+ this.show = !data.isSubscriber && data.userInfo.branding.isDefault;
7304
7304
  this.subscribeUrl = data.userInfo.branding.channelSubscribeUrl;
7305
7305
  }
7306
7306
  ;