From e73f35b1ea82125acc1120a861536b4218619027 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 3 Feb 2021 21:46:54 -0500 Subject: [PATCH] Wrap in code fence --- .../src/components/ApiExplorerTable/ApiExplorerTable.tsx | 2 +- plugins/catalog/src/components/CatalogTable/CatalogTable.tsx | 2 +- plugins/techdocs/src/reader/components/TechDocsHome.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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}