feat(webapp): deprecate the subscription step in onboarding process

This commit is contained in:
a.bouhuolia
2023-03-04 23:08:02 +02:00
parent 57e3f68219
commit 0c1bf302e5
6 changed files with 4 additions and 23 deletions

View File

@@ -23,9 +23,6 @@ function SetupRightSection({
// #withSetupWizard
setupStepId,
setupStepIndex,
// #withSubscriptions
isSubscriptionActive,
}) {
return (
<section className={'setup-page__right-section'}>
@@ -57,12 +54,6 @@ export default compose(
isOrganizationBuildRunning,
}),
),
withSubscriptions(
({ isSubscriptionActive }) => ({
isSubscriptionActive,
}),
'main',
),
withSetupWizard(({ setupStepId, setupStepIndex }) => ({
setupStepId,
setupStepIndex,