-

{
- e.target.onerror = null;
- e.target.src = placeholderIcon;
- }}
- />
- {localStorage.getItem('welcomePreview') !== 'true' ? (
- <>
- {this.props.button}
- {updateButton}
- >
- ) : (
-
- {variables.getMessage(
- 'modals.main.marketplace.product.buttons.not_available_preview',
- )}
-
- )}
- {this.props.data.data.sideload !== true && (
- <>
- {themedStyles}
-
-
- >
- )}
- {this.props.data.data.in_collections?.length > 0 && (
-
-
- {variables.getMessage('modals.main.marketplace.product.part_of')}
-
-
- this.props.toggleFunction(
- 'collection',
- this.props.data.data.in_collections[0].name,
- )
- }
- >
- {this.props.data.data.in_collections[0].display_name}
-
-
- )}
-
-