From b3b971c4f58f3685b690d5d98318e9a29168c6a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Trzci=C5=84ski?= Date: Wed, 4 Dec 2019 13:36:01 +0100 Subject: [PATCH] fix(): Fixed Sidebar --- src/_layouts/catalog.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 %}