Skip to content

Commit 95eacfa

Browse files
committed
remove location check and profile picture check in profile update
1 parent 2a3b230 commit 95eacfa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/[locale]/dashboard/[entityType]/[entitySlug]/profile/userProfile.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,8 @@ const UserProfile = () => {
105105
formData.lastName &&
106106
formData.email &&
107107
formData.bio &&
108-
formData.location;
108+
formData.profilePicture;
109+
109110

110111
if (!formValidation) {
111112
toast('Please fill all the required fields');

0 commit comments

Comments
 (0)