Skip to content

Commit

Permalink
hidding seed because it dont work
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Ettahiri - Hoggo committed Oct 29, 2021
1 parent c19ef9d commit 410258f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/RatingTable/RatingTable.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ const template = ({
<TableRow>
<TableCell>Tournois</TableCell>
<TableCell>Tier</TableCell>
<TableCell>Seed</TableCell>
<TableCell>Position</TableCell>
<TableCell>Match count</TableCell>
<TableCell>Diff</TableCell>
Expand All @@ -28,7 +27,6 @@ const template = ({
<TableRow key={`ratings_${tournament.id}`}>
<TableCell>{tournament.name}</TableCell>
<TableCell>{tournament.tier}</TableCell>
<TableCell>{tournament.seed}</TableCell>
<TableCell>{tournament.placement}</TableCell>
<TableCell>{tournament.match_count}</TableCell>
<TableCell>{tournament.point_diff}</TableCell>
Expand Down

0 comments on commit 410258f

Please sign in to comment.