Revert "IO-3067 Add learn more link for Rome."

This reverts commit c4f7c57c24.
This commit is contained in:
Patrick Fic
2025-01-06 15:58:56 -08:00
parent c4f7c57c24
commit d69050f006
37 changed files with 243 additions and 349 deletions

View File

@@ -20,7 +20,7 @@ import FeatureWrapperComponent from "../../components/feature-wrapper/feature-wr
import InstanceRenderManager from "../../utils/instanceRenderMgr";
import { useSplitTreatments } from "@splitsoftware/splitio-react";
import { selectBodyshop } from "../../redux/user/user.selectors";
import UpsellComponent, { UpsellEnum } from "../../components/upsell/upsell.component";
import UpsellComponent, { upsellEnum } from "../../components/upsell/upsell.component";
const mapStateToProps = createStructuredSelector({
bodyshop: selectBodyshop
@@ -78,7 +78,7 @@ export function TimeTicketsContainer({ bodyshop, setBreadcrumbs, setSelectedHead
featureName="timetickets"
noauth={
<Card>
<UpsellComponent upsell={UpsellEnum().timetickets.general} />
<UpsellComponent upsell={upsellEnum().timetickets.general} />
</Card>
}
>