diff --git a/js/client-teambuilder.js b/js/client-teambuilder.js index fa41f3b5d3..7589ca2f33 100644 --- a/js/client-teambuilder.js +++ b/js/client-teambuilder.js @@ -142,7 +142,7 @@ update: function () { teams = Storage.teams; if (this.curTeam) { - if (this.curTeam.loaded === false || (this.curTeam.teamid && !this.curTeam.loaded)) { + if (this.curTeam.loaded === false) { this.loadTeam(); return this.updateTeamView(); }