Skip to content

Commit

Permalink
Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
DAreRodz committed Sep 14, 2023
1 parent e66a31b commit 227b9ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export default function EnhancedPaginationControl( {
clientId,
} ) {
const enhancedPaginationNotice = __(
'Enhanced pagination doesn\'t support plugin blocks yet. If you want to enable it, you have to remove all plugin blocks from the Query Loop.'
"Enhanced pagination doesn't support plugin blocks yet. If you want to enable it, you have to remove all plugin blocks from the Query Loop."
);

const containsThirdPartyBlocks = useContainsThirdPartyBlocks( clientId );
Expand Down

0 comments on commit 227b9ce

Please sign in to comment.