Skip to content

Commit

Permalink
Fix missing .
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz authored Sep 19, 2023
1 parent fb85e2d commit 57d6950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2297,7 +2297,7 @@ function getUserPatterns( state ) {
const userPatternCategories =
state?.settings?.__experimentalUserPatternCategories ?? [];
const categories = new Map();
userPatternCategories?forEach( ( userCategory ) =>
userPatternCategories.forEach( ( userCategory ) =>
categories.set( userCategory.id, userCategory )
);
return userPatterns.map( ( userPattern ) => {
Expand Down

0 comments on commit 57d6950

Please sign in to comment.