diff --git a/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx b/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx index 9a667c76be..093c92c1a0 100644 --- a/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx +++ b/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx @@ -203,8 +203,10 @@ export const CatalogTable = (props: CatalogTableProps) => { .join(' '); const title = loading && !isLoading ? ( - - {titleText}{' '} + + {titleText} ) : (