From c88926d3652c55485da7a081b2877741db61705f Mon Sep 17 00:00:00 2001 From: Simon Backx Date: Thu, 1 Jun 2023 14:42:36 +0200 Subject: [PATCH] Fixed linting issue --- ghost/signup-form/src/components/pages/FormView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghost/signup-form/src/components/pages/FormView.tsx b/ghost/signup-form/src/components/pages/FormView.tsx index dd0418970a..40757a2ff9 100644 --- a/ghost/signup-form/src/components/pages/FormView.tsx +++ b/ghost/signup-form/src/components/pages/FormView.tsx @@ -20,7 +20,7 @@ export const FormView: React.FC - {logo && {title}} + {logo && {title}} {title &&

{title}

} {description &&

{description}

}