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

@@ -13,7 +13,7 @@ import { checkPartnerStatus } from "../../components/partner-ping/partner-ping.c
import { selectPartnerVersion } from "../../redux/application/application.selectors";
import FeatureWrapperComponent from "../../components/feature-wrapper/feature-wrapper.component";
import InstanceRenderManager from "../../utils/instanceRenderMgr";
import UpsellComponent, { UpsellEnum } from "../../components/upsell/upsell.component";
import UpsellComponent, { upsellEnum } from "../../components/upsell/upsell.component";
import { Card } from "antd";
const mapStateToProps = createStructuredSelector({
@@ -61,7 +61,7 @@ export function AccountingPaymentsContainer({ bodyshop, setBreadcrumbs, setSelec
featureName="export"
noauth={
<Card>
<UpsellComponent upsell={UpsellEnum().accounting.payments} />
<UpsellComponent upsell={upsellEnum().accounting.payments} />
</Card>
}
>