From f1f7f0b066cbe12ff5c2802f118fc5ccf0421c71 Mon Sep 17 00:00:00 2001 From: Marin Atanasov Date: Thu, 3 Aug 2017 16:55:05 +0300 Subject: [PATCH] Remove unnecessary spaces inside count brackets --- blocks/library/categories/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/library/categories/index.js b/blocks/library/categories/index.js index 6643bea3d5686..3bb6240391995 100644 --- a/blocks/library/categories/index.js +++ b/blocks/library/categories/index.js @@ -163,7 +163,7 @@ registerBlockType( 'core/categories', { { this.renderCategoryName( category ) } { !! showPostCounts - ? ` ( ${ category.count } )` + ? ` (${ category.count })` : '' } ,