File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Customer/view/frontend
templates/account/dashboard Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
</referenceBlock >
16
16
<referenceContainer name =" content" >
17
17
<block class =" Magento\Customer\Block\Account\Dashboard\Info" name =" customer_account_dashboard_info" as =" info" template =" Magento_Customer::account/dashboard/info.phtml" cacheable =" false" >
18
- <container name =" customer.account.dashboard.info.blocks" />
18
+ <container name =" customer.account.dashboard.info.blocks" as = " additional_blocks " />
19
19
</block >
20
20
<block class =" Magento\Customer\Block\Account\Dashboard\Address" name =" customer_account_dashboard_address" as =" address" template =" Magento_Customer::account/dashboard/address.phtml" cacheable =" false" />
21
21
</referenceContainer >
Original file line number Diff line number Diff line change 49
49
</div>
50
50
</div>
51
51
<?php endif ; ?>
52
- <?= $ block ->getChildHtml ('customer.account.dashboard.info.blocks ' ); ?>
52
+ <?= $ block ->getChildHtml ('additional_blocks ' ); ?>
53
53
</div>
54
54
</div>
You can’t perform that action at this time.
0 commit comments