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