소스 검색

Correccion error ortagrafico

ErnestoOrtiz2 2 년 전
부모
커밋
a08bfaea43
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      screens/main/Cita.js

+ 1
- 1
screens/main/Cita.js 파일 보기

@@ -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) => {