From d171e60c2cec8d4c7881ee25faea2ca77dd7b962 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 19 Feb 2021 14:14:07 -0500 Subject: [PATCH] Prettier --- .../ScaffolderPage/ScaffolderPage.tsx | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/plugins/scaffolder/src/components/ScaffolderPage/ScaffolderPage.tsx b/plugins/scaffolder/src/components/ScaffolderPage/ScaffolderPage.tsx index 4462c333b1..e4ebc75b2e 100644 --- a/plugins/scaffolder/src/components/ScaffolderPage/ScaffolderPage.tsx +++ b/plugins/scaffolder/src/components/ScaffolderPage/ScaffolderPage.tsx @@ -156,7 +156,6 @@ export const ScaffolderPageContents = () => {
- {loading && } {error && ( @@ -165,14 +164,18 @@ export const ScaffolderPageContents = () => { )} - {!error && !loading && matchingEntities && !matchingEntities.length && ( - - No templates found that match your filter. Learn more about{' '} - - adding templates - . - - )} + {!error && + !loading && + matchingEntities && + !matchingEntities.length && ( + + No templates found that match your filter. Learn more about{' '} + + adding templates + + . + + )} {matchingEntities &&