Revert "Feature/IO-3067 implement learn more link for rome upsells (pull request #2034)"

This commit is contained in:
Patrick Fic
2025-01-02 16:02:14 +00:00
parent c033c0fbc5
commit 23becf6494
38 changed files with 244 additions and 350 deletions

View File

@@ -18,7 +18,7 @@ import JobsDocumentsLocalGallerySelectAllComponent from "./jobs-documents-local-
import Lightbox from "react-image-lightbox";
import "react-image-lightbox/style.css";
import { HasFeatureAccess } from "../feature-wrapper/feature-wrapper.component";
import UpsellComponent, { UpsellEnum } from "../upsell/upsell.component";
import UpsellComponent, { upsellEnum } from "../upsell/upsell.component";
const mapStateToProps = createStructuredSelector({
bodyshop: selectBodyshop,
@@ -117,7 +117,7 @@ export function JobsDocumentsLocalGallery({
{!hasMediaAccess && (
<Col span={24}>
<Card>
<UpsellComponent disableMask upsell={UpsellEnum().media.general} />
<UpsellComponent disableMask upsell={upsellEnum().media.general} />
</Card>
</Col>
)}