File tree Expand file tree Collapse file tree
src/components/MyPlan/AddOns Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ export const AddOns = InjectAppServices(({ dependencies: { appSessionRef } }) =>
3434 < div className = "dp-container col-p-l-0 col-p-r-0" >
3535 < div className = "dp-rowflex" >
3636 < div className = "col-lg-8 col-md-12 m-b-24" >
37+ { canBuyAIAgentPlan && < EcoAI > </ EcoAI > }
3738 < Conversations conversation = { chat } > </ Conversations >
3839 { canBuyPushNotificationPlan && (
3940 < PushNotification pushNotification = { pushNotification } > </ PushNotification >
@@ -43,7 +44,6 @@ export const AddOns = InjectAppServices(({ dependencies: { appSessionRef } }) =>
4344 < TransactionalEmails > </ TransactionalEmails >
4445 { < LandingPages > </ LandingPages > }
4546 < Collaborators isFreeAccount = { plan . isFreeAccount } > </ Collaborators >
46- { canBuyAIAgentPlan && < EcoAI > </ EcoAI > }
4747 < ListConditioning > </ ListConditioning >
4848 < CustomReports > </ CustomReports >
4949 < LayoutService > </ LayoutService >
You can’t perform that action at this time.
0 commit comments