From b6dd5e5e57f3e0f16ab6814fc96976e43f8e1f62 Mon Sep 17 00:00:00 2001 From: ks129 <45097959+ks129@users.noreply.github.com> Date: Thu, 21 Jan 2021 19:55:26 +0200 Subject: Add space to union both sides Co-authored-by: Hassan Abouelela <47495861+HassanAbouelela@users.noreply.github.com> --- src/components/ErrorMessage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/ErrorMessage.tsx') diff --git a/src/components/ErrorMessage.tsx b/src/components/ErrorMessage.tsx index 55e3759..8c315fb 100644 --- a/src/components/ErrorMessage.tsx +++ b/src/components/ErrorMessage.tsx @@ -14,7 +14,7 @@ const styles = css` margin: 15px 0 0; `; -export default function ErrorMessage(props: ErrorMessageProps): JSX.Element|null { +export default function ErrorMessage(props: ErrorMessageProps): JSX.Element | null { if (!props.show) { return null; } -- cgit v1.2.3