Skip to content

Commit

Permalink
Change filter name
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka committed Mar 15, 2021
1 parent 507dde1 commit ef11fee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/edit-post/src/components/preferences-modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -238,12 +238,12 @@ export default function PreferencesModal() {
];

/**
* Filters default Preference Modal sections.
* Filters Preference Modal sections.
*
* @param {Array<Object>} defaultSections Default sections.
*/
return applyFilters(
'editorPost.PreferencesModal.defaultSections',
'editorPost.PreferencesModal.sections',
defaultSections
);
}, [ isViewable, isLargeViewport, showBlockBreadcrumbsOption ] );
Expand Down

0 comments on commit ef11fee

Please sign in to comment.