diff --git a/plugins/api-docs/src/components/ApiExplorerTable/ApiExplorerTable.tsx b/plugins/api-docs/src/components/ApiExplorerTable/ApiExplorerTable.tsx
index 743366bdcd..506a2dcc30 100644
--- a/plugins/api-docs/src/components/ApiExplorerTable/ApiExplorerTable.tsx
+++ b/plugins/api-docs/src/components/ApiExplorerTable/ApiExplorerTable.tsx
@@ -152,7 +152,7 @@ export const ApiExplorerTable = ({
if (error) {
return (
- {error.toString()}
+ {error.toString()}
);
}
diff --git a/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx b/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx
index 97c7ccfa18..7477127aaf 100644
--- a/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx
+++ b/plugins/catalog/src/components/CatalogTable/CatalogTable.tsx
@@ -131,7 +131,7 @@ export const CatalogTable = ({
severity="error"
title="Could not fetch catalog entities."
>
- {error.toString()}
+ {error.toString()}
);
diff --git a/plugins/techdocs/src/reader/components/TechDocsHome.tsx b/plugins/techdocs/src/reader/components/TechDocsHome.tsx
index d5d3af67cb..f64c946702 100644
--- a/plugins/techdocs/src/reader/components/TechDocsHome.tsx
+++ b/plugins/techdocs/src/reader/components/TechDocsHome.tsx
@@ -67,7 +67,7 @@ export const TechDocsHome = () => {
severity="error"
title="Could not load available documentation."
>
- {error.message}
+ {error.message}