diff --git a/src/components/my/ProfileForm.svelte b/src/components/my/ProfileForm.svelte index 2cee01b08..a3b98f835 100644 --- a/src/components/my/ProfileForm.svelte +++ b/src/components/my/ProfileForm.svelte @@ -218,7 +218,7 @@ isDeactivated: yup.boolean(), profileImage: yup.string().url(), profileLinks: yup.array(), - lifeHack: yup.string(), + lifeHack: yup.string().trim(), interests: yup.array().of(yup.string()), });