From 02ef6283d2b259b62da55de514660d93a4e141a8 Mon Sep 17 00:00:00 2001
From: Jeroen
Date: Tue, 1 May 2018 18:30:05 +0200
Subject: [PATCH] Move customer.account.dashboard.info.extra block to contact
information
---
.../view/frontend/templates/account/dashboard/info.phtml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app/code/Magento/Customer/view/frontend/templates/account/dashboard/info.phtml b/app/code/Magento/Customer/view/frontend/templates/account/dashboard/info.phtml
index 7881b7e857fd9..ac8e1298b29b9 100644
--- a/app/code/Magento/Customer/view/frontend/templates/account/dashboard/info.phtml
+++ b/app/code/Magento/Customer/view/frontend/templates/account/dashboard/info.phtml
@@ -20,6 +20,7 @@
= $block->escapeHtml($block->getName()) ?>
= $block->escapeHtml($block->getCustomer()->getEmail()) ?>
+ = $block->getChildHtml('customer.account.dashboard.info.extra'); ?>