Skip to content

Commit

Permalink
Fix UI build
Browse files Browse the repository at this point in the history
  • Loading branch information
edeandrea committed Dec 20, 2024
1 parent 0edc589 commit b98b2c0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function FightList({fights}) {
<th role="columnheader" className="fight-list-header thead-dark">Location</th>
</tr>
</thead>
<tbody role="rowgroup">
<tbody>

{fights && fights.map(element => (
<tr role="row" key={element.id}>
Expand Down

0 comments on commit b98b2c0

Please sign in to comment.