Skip to content

Commit

Permalink
Update index.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
howardchung committed Feb 20, 2024
1 parent 4cf62f8 commit cbb7b53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Match/TeamfightMap/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ class TeamfightMap extends Component {
</div>
<div className="tableContainer">
<TeamTable
players={teamfight.players && teamfight.players.filter(p => p.participate)}
players={teamfight.players}
columns={teamfightColumns}
heading={strings.heading_teamfights}
buttonLabel={config.VITE_ENABLE_GOSUAI ? strings.gosu_teamfights : null}
Expand Down

0 comments on commit cbb7b53

Please sign in to comment.