We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0268958 commit df11540Copy full SHA for df11540
features/explore-filter/script.js
@@ -95,7 +95,6 @@ export default async function ({ feature }) {
95
96
97
async function filter() {
98
- console.log(filterData)
99
if (!filterData) {
100
return document.querySelectorAll(".ste-filter-hide").forEach((element) => {
101
element.classList.remove("ste-filter-hide");
0 commit comments