mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
bugfix 3
This commit is contained in:
parent
86325e7d2b
commit
8f4e6e3510
@ -79,7 +79,7 @@ function changeTeam(teamNum) {
|
||||
cci = firebase.firestore().collection('matchSignupsTeam').doc("team-" + teamNum).collection('competitions').doc(currentComp);
|
||||
cci.get().then(function(doc) {
|
||||
if (doc.exists) {
|
||||
compInfo = cci.get();
|
||||
compInfo = cci.data();
|
||||
matches = Object.keys(compInfo);
|
||||
matches.sort();
|
||||
var nr = [],
|
||||
|
Loading…
Reference in New Issue
Block a user