+
{ __(
"Pick what products are shown. Don't worry, you can switch and tweak this collection any time.",
'woo-gutenberg-products-block'
@@ -162,12 +172,12 @@ const PatternSelectionModal = ( props: {
{ blockCollections.map(
( { name, title, icon, description } ) => (
selectCollection( name ) }
+ onClick={ () => selectCollectionName( name ) }
/>
)
) }
@@ -176,7 +186,7 @@ const PatternSelectionModal = ( props: {
shownPatterns={ blockPatterns }
onClickPattern={ onClickPattern }
/> */ }
-
+