mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-12-27 01:59:08 +00:00
fix more typos
This commit is contained in:
parent
dd5da3b1e8
commit
4f3ecf4361
@ -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 = ""
|
||||
|
Loading…
Reference in New Issue
Block a user