Skip to content

Commit

Permalink
Remove check for fully status
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Jul 4, 2023
1 parent 492c4ee commit 1414c6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/block-editor/src/store/selectors.js
Original file line number Diff line number Diff line change
Expand Up @@ -2034,9 +2034,6 @@ export const getInserterItems = createSelector(
? getReusableBlocks( state )
.filter(
( reusableBlock ) =>
// Filter to either fully synced patterns (wp_pattern_sync_status === 'fully'),
// or old school reusable blocks (wp_pattern_sync_status === '').
reusableBlock.wp_pattern_sync_status === 'fully' ||
reusableBlock.wp_pattern_sync_status === '' ||
! reusableBlock.wp_pattern_sync_status
)
Expand Down

0 comments on commit 1414c6f

Please sign in to comment.