Add space before count parenthesis in table title

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2026-05-22 12:29:31 +02:00
parent 588514536a
commit 8fe727430b
@@ -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(