diff --git a/frontend/src/views/teamInfo.js b/frontend/src/views/teamInfo.js index ac6974691..fb81b2ebb 100644 --- a/frontend/src/views/teamInfo.js +++ b/frontend/src/views/teamInfo.js @@ -23,16 +23,15 @@ class RankCard extends Component {
- -

{rankStr}

+ +

+ {this.state.rating === -1000000 + ? "N/A" + : Math.round(this.state.rating)} +



-

- Rating:{" "} - {this.state.rating === -1000000 - ? "N/A" - : Math.round(this.state.rating)} -

+

); @@ -51,11 +50,11 @@ class WinsCard extends Component {
- +

{this.props.wins}

- +

{this.props.losses}