Commit b5fb2daea3202b1fe9e57c7273074153d43cfc50

Authored by Amber Dev
1 parent d0ffa80feb
Exists in master and in 1 other branch ui-design

countrycode bug

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/script/teachers.js
... ... @@ -7,7 +7,7 @@ export default () => {
7 7 "city": "Chandigarh",
8 8 "country": "India",
9 9 "presentAddress": "SCO 34 second floor",
10   - "countryCode": "IN",
  10 + "countryCode": "+91",
11 11 "mobileNo": "08558875847",
12 12 "state": "Chandigarh",
13 13 "pincode": "160071",
... ...