Skip to content

Commit 54574c9

Browse files
committed
🐞 Hide Branches Popup In Mobile App Thankyou-page
1 parent e01a57c commit 54574c9

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

src/views/components/header/header.twig

+3
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,6 @@
8686
{% endif %}
8787
</div>
8888
</header>
89+
{% if store.scope %}
90+
<salla-scopes selection="{{ store.scope.display_as == 'popup' ? 'mandatory' : 'optional' }}"></salla-scopes>
91+
{% endif %}

src/views/layouts/master.twig

-5
Original file line numberDiff line numberDiff line change
@@ -126,11 +126,6 @@
126126

127127
{# Twilight Components #}
128128
<salla-offer-modal></salla-offer-modal>
129-
130-
{% if store.scope %}
131-
<salla-scopes selection="{{ store.scope.display_as == 'popup' ? 'mandatory' : 'optional' }}"></salla-scopes>
132-
{% endif %}
133-
134129
<salla-search></salla-search>
135130

136131
{% block scripts %}{% endblock %}

0 commit comments

Comments
 (0)