display fix
This commit is contained in:
@@ -54,7 +54,7 @@ export default function ProfileCompleteCom() {
|
||||
mutationFn: (fields) => {
|
||||
const {practice, specialization, url_name} = fields
|
||||
if (!practice || !specialization || !url_name) {
|
||||
throw new Error('Please select both practice, specialization and Enter URL_Name')
|
||||
throw new Error('Please Select both Practice, Specialization and Enter URL_Name')
|
||||
}
|
||||
return completeProfile(fields)
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user