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 c3e64f9 commit d0c3a6bCopy full SHA for d0c3a6b
src/components/section-gallery/SectionGallery.tsx
@@ -73,7 +73,6 @@ export const SectionGallery = ({
73
}))
74
.sort((item1, item2) => item1.name.localeCompare(item2.name))
75
76
- console.log(galleryItems)
77
const nonCharsRegex = /[^A-Z0-9]+/gi
78
const filteringTerm = searchTerm.replace(nonCharsRegex, '')
79
const filteredItems: SectionGalleryItem[] = galleryItems.filter((item) =>
0 commit comments