diff --git a/layouts/guides/landing.html b/layouts/guides/landing.html index e8171b8d59eb..0d45c31c9358 100644 --- a/layouts/guides/landing.html +++ b/layouts/guides/landing.html @@ -83,7 +83,10 @@

{{ .Title }}

updateVisible() { const hiddenSet = new Set(); // show if no filters have been selected - if (this.noFilters()) return; + if (this.noFilters()) { + this.hidden = []; + return; + }; const guideContainer = this.$refs['guide-container']; const guides = guideContainer.children