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

@@ -14,7 +14,7 @@ import { selectPartnerVersion } from "../../redux/application/application.select
import FeatureWrapperComponent from "../../components/feature-wrapper/feature-wrapper.component";
import InstanceRenderManager from "../../utils/instanceRenderMgr";
import { Card } from "antd";
import UpsellComponent, { UpsellEnum } from "../../components/upsell/upsell.component";
import UpsellComponent, { upsellEnum } from "../../components/upsell/upsell.component";
const mapStateToProps = createStructuredSelector({
bodyshop: selectBodyshop,
@@ -66,7 +66,7 @@ export function AccountingReceivablesContainer({ bodyshop, setBreadcrumbs, setSe
featureName="export"
noauth={
<Card>
<UpsellComponent upsell={UpsellEnum().accounting.receivables} />
<UpsellComponent upsell={upsellEnum().accounting.receivables} />
</Card>
}
>