File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/connections/sources/catalog Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Below is a list of the available sources on the Segment platform.
6262 <div class="flex flex--wrap waffle waffle--xlarge">
6363 {% assign integrations = site.data.catalog.sources.items %}
6464 {% for integration in integrations %}
65- {% unless integration.categories contains promoted_categories[0] or integration.categories contains promoted_categories[1] or integration.categories contains promoted_categories[2] or integration.categories contains promoted_categories[3] %}
65+ {% unless integration.categories contains promoted_categories[0] or integration.categories contains promoted_categories[1] or integration.categories contains promoted_categories[2] or integration.categories contains promoted_categories[3 or integration.hidden == true %}
6666 <div class="flex__column flex__column--6">
6767 <a class="thumbnail-integration flex flex--middle" href="{{ site.baseurl }}/{{ integration.url }}">
6868 <div class="thumbnail-integration__content">
You can’t perform that action at this time.
0 commit comments