Browse Source

Correccion error ortagrafico

ErnestoOrtiz2 2 years ago
parent
commit
a08bfaea43
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      screens/main/Cita.js

+ 1
- 1
screens/main/Cita.js View File

72
   function check_user_type_INT(){ 
72
   function check_user_type_INT(){ 
73
 
73
 
74
     firebase.firestore()
74
     firebase.firestore()
75
-    .collection("Interprete")
75
+    .collection("Interpreters")
76
     .doc(firebase.auth().currentUser.uid)
76
     .doc(firebase.auth().currentUser.uid)
77
     .get()
77
     .get()
78
     .then((snapshot) => {
78
     .then((snapshot) => {