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