You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Shall we return "NULL" instead of the h1 showing that Team not found message? The only problem which could arise would be if the API's goes down user won't get to know what is the issue.
if (!this.state.team || !this.state.team.teamName) {
return null;
}
No description provided.
The text was updated successfully, but these errors were encountered: