From f1d1ce4e7e7e76507561ab2aebb3e198b8c961e8 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Tue, 29 Aug 2017 10:48:19 -0400 Subject: Show loading message if a team has been selected, in addition to showing it while loading the list of available teams. (#7307) --- webapp/components/select_team/select_team.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/select_team/select_team.jsx b/webapp/components/select_team/select_team.jsx index 7c90160bb..7dded9891 100644 --- a/webapp/components/select_team/select_team.jsx +++ b/webapp/components/select_team/select_team.jsx @@ -133,7 +133,7 @@ export default class SelectTeam extends React.Component { ); - if (!this.state.loaded) { + if (!this.state.loaded || this.state.loadingTeamId !== '') { openContent = ; } -- cgit v1.2.3-1-g7c22