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 d0c3a6b commit d1cb796Copy full SHA for d1cb796
src/components/section-gallery/SectionGalleryGridLayout.tsx
@@ -43,7 +43,6 @@ export const SectionGalleryGridLayout = ({
43
const { code } = convertToReactComponent(`<>${summaryNoLinks}</>`)
44
const getSummaryComponent = new Function('React', code)
45
46
- console.log(img)
47
return (
48
<GalleryItem span={4} key={idx}>
49
<Card id={name} key={idx} isClickable>
0 commit comments