Skip to content

Commit

Permalink
Fix inserter closing when you switch the pattern category (#27792)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Serong <andrewserong@users.noreply.github.com>
  • Loading branch information
andrewserong and andrewserong authored Dec 24, 2020
1 parent 67cd706 commit a903b25
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ function BlockPatternsCategory( {
<>
{ !! currentCategoryPatterns.length && (
<PatternInserterPanel
key={ patternCategory.name }
title={ patternCategory.title }
selectedCategory={ patternCategory }
patternCategories={ populatedCategories }
Expand Down

0 comments on commit a903b25

Please sign in to comment.