aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/ErrorMessage.tsx
diff options
context:
space:
mode:
authorGravatar ks129 <[email protected]>2021-01-21 19:55:26 +0200
committerGravatar GitHub <[email protected]>2021-01-21 19:55:26 +0200
commitb6dd5e5e57f3e0f16ab6814fc96976e43f8e1f62 (patch)
tree7eae20acb7f3dc484c97feaf80bc0491f387d45e /src/components/ErrorMessage.tsx
parentImplement dynamic showing of form submitted text (diff)
Add space to union both sides
Co-authored-by: Hassan Abouelela <[email protected]>
Diffstat (limited to 'src/components/ErrorMessage.tsx')
-rw-r--r--src/components/ErrorMessage.tsx2
1 files changed, 1 insertions, 1 deletions
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;
}