From 8fe727430b3215651b235534c69ed5e81069bc90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Fri, 22 May 2026 12:29:31 +0200 Subject: [PATCH] Add space before count parenthesis in table title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Fredrik Adelöw --- plugins/catalog/src/components/CatalogTable/CatalogTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx b/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx index 0b2a3db877..3ee808b8c8 100644 --- a/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx +++ b/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx @@ -205,7 +205,7 @@ export const CatalogTable = (props: CatalogTableProps) => { const currentType = filters.type?.value || ''; const countIsCorrect = typeof totalItems === 'number' && !totalItemsLoading && !loading; - const currentCount = countIsCorrect ? `(${totalItems})` : ''; + const currentCount = countIsCorrect ? ` (${totalItems})` : ''; const somethingIsLoading = loading || totalItemsLoading; // TODO(timbonicus): remove the title from the CatalogTable once using EntitySearchBar const titlePreamble = capitalize(