Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
ad956 committed Jul 1, 2024
1 parent 6117e53 commit 4b66e00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/app/utils/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ const commonadditionalDetails = {
zip_code: "",
},
current_hospital: "",
notifications: [],
};

const patientadditionalDetails = {
Expand All @@ -88,8 +87,8 @@ const patientadditionalDetails = {
};

const hospitaladditionalDetails = {
contact: "",
otp: "",
contact: "",
profile: "",
address: {
address_line_1: "",
Expand All @@ -102,7 +101,6 @@ const hospitaladditionalDetails = {
patients: [],
doctors: [],
receptionists: [],
notifications: [],
};

const doctoradditionalDetails = {
Expand Down

0 comments on commit 4b66e00

Please sign in to comment.