diff --git a/src/register/components/ConfigurableRegistrationForm.jsx b/src/register/components/ConfigurableRegistrationForm.jsx index 01922280..cd1f36b1 100644 --- a/src/register/components/ConfigurableRegistrationForm.jsx +++ b/src/register/components/ConfigurableRegistrationForm.jsx @@ -88,7 +88,7 @@ const ConfigurableRegistrationForm = (props) => { }, [countries]); const countryList = useMemo(() => removeDisabledCountries( - getCountryList(getLocale()).concat([{ code: 'US', name: 'United States' }]), []), [removeDisabledCountries]); + getCountryList(getLocale()).concat([{ code: 'US', name: 'United States' }])), [removeDisabledCountries]); const handleErrorChange = (fieldName, error) => { if (fieldName) {