Skip to content

Commit

Permalink
triming default values (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
theClarkSell authored Oct 8, 2020
1 parent 54cb993 commit f0354e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/my/ProfileForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -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()),
});
Expand Down

1 comment on commit f0354e6

@vercel
Copy link

@vercel vercel bot commented on f0354e6 Oct 8, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.