diff options
Diffstat (limited to 'src/components')
| -rw-r--r-- | src/components/ErrorMessage.tsx | 2 | 
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;      } | 
