From 60e43818f410ac3caa4e8f3fb7c2a60413357c18 Mon Sep 17 00:00:00 2001 From: jrwpatterson Date: Mon, 28 Aug 2023 09:30:38 +1000 Subject: [PATCH] fix(techdocs) prettier Signed-off-by: jrwpatterson --- plugins/techdocs/src/Router.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/plugins/techdocs/src/Router.tsx b/plugins/techdocs/src/Router.tsx index b06fec8fb7..814bf3cf65 100644 --- a/plugins/techdocs/src/Router.tsx +++ b/plugins/techdocs/src/Router.tsx @@ -82,11 +82,7 @@ export const EmbeddedDocsRouter = (props: PropsWithChildren<{}>) => { entity.metadata.annotations?.[TECHDOCS_EXTERNAL_ANNOTATION]; if (!projectId) { - return ( - - ); + return ; } return element;