Selaa lähdekoodia

Correccion error ortagrafico

ErnestoOrtiz2 2 vuotta sitten
vanhempi
commit
a08bfaea43
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      screens/main/Cita.js

+ 1
- 1
screens/main/Cita.js Näytä tiedosto

@@ -72,7 +72,7 @@ export function Cita({route, navigation}) {
72 72
   function check_user_type_INT(){ 
73 73
 
74 74
     firebase.firestore()
75
-    .collection("Interprete")
75
+    .collection("Interpreters")
76 76
     .doc(firebase.auth().currentUser.uid)
77 77
     .get()
78 78
     .then((snapshot) => {