diff --git a/components/molecules/HighlightInput/highlight-input-form.tsx b/components/molecules/HighlightInput/highlight-input-form.tsx index 11410ee5ed..e38a13c2f9 100644 --- a/components/molecules/HighlightInput/highlight-input-form.tsx +++ b/components/molecules/HighlightInput/highlight-input-form.tsx @@ -526,11 +526,13 @@ const HighlightInputForm = ({ refreshCallback }: HighlightInputFormProps): JSX.E setIsDivFocused(false)} />
- {errorMsg && ( -

- {errorMsg} -

- )} +

+ {errorMsg && ( + + {errorMsg} + + )} +