Skip to content

Commit

Permalink
Remove unnecessary spaces inside count brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Aug 3, 2017
1 parent aa5d4ad commit f1f7f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/library/categories/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ registerBlockType( 'core/categories', {
{ this.renderCategoryName( category ) }
{
!! showPostCounts
? ` ( ${ category.count } )`
? ` (${ category.count })`
: ''
}
</option>,
Expand Down

0 comments on commit f1f7f0b

Please sign in to comment.