Skip to content

Commit

Permalink
Remove the all category and have all panel open by default
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Sep 12, 2023
1 parent 546026f commit 389285f
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,12 +136,6 @@ export function usePatternsCategories(
label: _x( 'Uncategorized' ),
} );
}
if ( filteredPatterns.length > 0 ) {
categories.unshift( {
name: allPatternsCategory.name,
label: allPatternsCategory.label,
} );
}
speak(
sprintf(
/* translators: %d: number of categories . */
Expand Down

0 comments on commit 389285f

Please sign in to comment.