diff --git a/src/components/SeoForm/SeoForm.tsx b/src/components/SeoForm/SeoForm.tsx index 4432bfd72..302ef76d4 100644 --- a/src/components/SeoForm/SeoForm.tsx +++ b/src/components/SeoForm/SeoForm.tsx @@ -145,13 +145,13 @@ const SeoForm: React.FC = props => { } if (error) { - return getSlugErrorHelperText(); + return getSlugErrorText(); } return ""; }; - const getSlugErrorHelperText = () => { + const getSlugErrorText = () => { const error = getError(SeoField.slug); const { __typename: type } = error;