{% sw_extends '@Storefront/storefront/page/account/sidebar.html.twig' %}
{% block page_account_sidebar_link_address %}
{% if not shopChannel %}
{# removed #}
{{ parent() }}
{% else %}
{{ parent() }}
{% endif %}
{% endblock %}
{% block page_account_sidebar_link_payment %}
{% if not shopChannel %}
{# removed #}
{% else %}
{{ parent() }}
{% endif %}
{% endblock %}
{% block page_account_sidebar_link_orders %}
{% if not shopChannel %}
{# removed #}
{% else %}
{{ parent() }}
{% endif %}
{% endblock %}