display fix

This commit is contained in:
CHIEFSOFT\ameye
2025-09-28 22:43:39 -04:00
parent 3f8b45b6d6
commit b77f1d6213
2 changed files with 75 additions and 67 deletions
@@ -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)
},