fix more typos

This commit is contained in:
Jacob Levine 2019-02-12 20:37:50 -06:00
parent dd5da3b1e8
commit 4f3ecf4361

View File

@ -49,8 +49,7 @@ window.onload = function() {
}
teamAssoc = firebase.firestore().collections('UserAssociations').doc(user.uid);
teamAssoc.get().then(function(doc) {
if (doc.exists)
} {
if (doc.exists) {
list = doc.data()
teamNums = Object.keys(list)
document.getElementById(teammem).innerHTML = ""