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(