Skip to content

Commit

Permalink
Fix 'Comments Pagination Numbers' edit name
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz committed Nov 30, 2021
1 parent df4972e commit 497e260
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const PaginationItem = ( { content, tag: Tag = 'a', extraClass = '' } ) => (
<Tag className={ `page-numbers ${ extraClass }` }>{ content }</Tag>
);

export default function QueryPaginationNumbersEdit() {
export default function CommentsPaginationNumbersEdit() {
return (
<div { ...useBlockProps() }>
<PaginationItem content="1" />
Expand Down

0 comments on commit 497e260

Please sign in to comment.