diff --git a/src/_layouts/catalog.html b/src/_layouts/catalog.html index 3947d47672..d92df6bd95 100644 --- a/src/_layouts/catalog.html +++ b/src/_layouts/catalog.html @@ -43,9 +43,9 @@

- {% unless page.integration_type %} + {% if page.integration_type and page.integration_type != 'warehouse' %} {% include sidebar/{{ page.integration_type }}-menu.html %} - {% endunless %} + {% endif %} {% unless page.hide-feedback %} {% include sidebar/feedback.html %} {% endunless %}