Skip to content

Commit

Permalink
Show loading message if a team has been selected, in addition to show…
Browse files Browse the repository at this point in the history
…ing it while loading the list of available teams. (mattermost#7307)
  • Loading branch information
MusikPolice authored and hmhealey committed Aug 29, 2017
1 parent 6a312b2 commit f1d1ce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/components/select_team/select_team.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export default class SelectTeam extends React.Component {
</div>
);

if (!this.state.loaded) {
if (!this.state.loaded || this.state.loadingTeamId !== '') {
openContent = <LoadingScreen/>;
}

Expand Down

0 comments on commit f1d1ce4

Please sign in to comment.