Skip to content

Commit

Permalink
Fix doctor card gyn chip "undefined" #45
Browse files Browse the repository at this point in the history
  • Loading branch information
jalezi committed Dec 1, 2021
1 parent 229610a commit 4cfc08a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/DoctorCard/dicts.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const DoctorTypeTranslate = {
export const TypeTranslate = {
gp: 'generalPractitioner',
den: 'dentist',
gyno: 'gynecologist',
gyn: 'gynecologist',
};

export const AgeGroupTranslate = {
Expand All @@ -20,7 +20,7 @@ export const AgeGroupTranslate = {
export const TypeIconTranslate = {
gp: 'Family',
den: 'Dentist',
gyno: 'Gyno',
gyn: 'Gyno',
};

export const AgeGroupIconTranslate = {
Expand Down

0 comments on commit 4cfc08a

Please sign in to comment.