@designcrowd/fe-shared-lib 1.2.26-ast-upsell → 1.2.26-ast-upsell-2

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@designcrowd/fe-shared-lib",
3
- "version": "1.2.26-ast-upsell",
3
+ "version": "1.2.26-ast-upsell-2",
4
4
  "scripts": {
5
5
  "start": "run-p storybook watch:translation",
6
6
  "build": "npm run build:css --production",
@@ -519,12 +519,7 @@ export default {
519
519
  : this.slugInputPlaceholderYourBusinessNameLabel;
520
520
  },
521
521
  showUpsellRotationContainer() {
522
- // Should be false if no brandPageSlug or already published
523
- if (
524
- (this.brandPageSlug && this.brandPageSlug.trim() !== '') ||
525
- this.isPublished ||
526
- this.isBrandPageSlugEditMode
527
- ) {
522
+ if (this.brandPageSlug && this.brandPageSlug.trim() === '') {
528
523
  return false;
529
524
  }
530
525
  return this.showUpsellRotation && !this.isCustomDomainActive && !this.hasPurchasedDomains;