Skip to content

Commit c1e532a

Browse files
maciejtrzcinskiXavier Agostini
authored andcommitted
fix(): Fixed Sidebar (#417)
1 parent 39b4c23 commit c1e532a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/_layouts/catalog.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ <h1 id="{{ page.title | downcase }}" class="destinations__heading page__heading"
4343
{% include_cached navbar/nav.html %}
4444

4545
<div class="sidebar sidebar--sticky">
46-
{% unless page.integration_type %}
46+
{% if page.integration_type and page.integration_type != 'warehouse' %}
4747
{% include sidebar/{{ page.integration_type }}-menu.html %}
48-
{% endunless %}
48+
{% endif %}
4949
{% unless page.hide-feedback %}
5050
{% include sidebar/feedback.html %}
5151
{% endunless %}

0 commit comments

Comments
 (0)