Skip to content

Commit 4dff8cd

Browse files
authored
Merge pull request #2840 from FromDoppler/no-task-change-order-ecoia-addon
[no-task - Reorder Eco IA addon
2 parents 0e2a397 + 892741f commit 4dff8cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/MyPlan/AddOns/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)