final profile fix

This commit is contained in:
Jacob Levine 2019-03-07 19:57:20 -06:00
parent 0684f982b7
commit c5dc49f442

View File

@ -47,7 +47,6 @@ window.onload = function() {
} else {
window.location.replace('../');
}
firebase.firestore.settings({timestampsInSnapshots: true})
teamAssoc = firebase.firestore().collection('UserAssociations').doc(user.uid);
teamAssoc.get().then(function(doc) {
if (doc.exists) {
@ -62,6 +61,7 @@ window.onload = function() {
}
})
});
firebase.firestore.settings({timestampsInSnapshots: true})
}
function cnt(tn) {