Skip to content

Commit

Permalink
Fixed row naming
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusz-dziurdziak committed Nov 21, 2023
1 parent 466e05a commit f60d86b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/components/VideoDetails.vue
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ onMounted(() => {
<td>{{ game.playerWhite }}</td>
</tr>
<tr>
<th>White</th>
<th>Black</th>
<td>{{ game.playerBlack }}</td>
</tr>
<tr>
Expand Down Expand Up @@ -105,7 +105,7 @@ onMounted(() => {
<td>{{videoDetails.chessCom.playerWhite}}</td>
</tr>
<tr>
<th>White</th>
<th>Black</th>
<td>{{videoDetails.chessCom.playerBlack}}</td>
</tr>
<tr>
Expand Down Expand Up @@ -133,7 +133,7 @@ onMounted(() => {
<td>{{videoDetails.chesstempoCom.playerWhite}}</td>
</tr>
<tr>
<th>White</th>
<th>Black</th>
<td>{{videoDetails.chesstempoCom.playerBlack}}</td>
</tr>
<tr>
Expand Down Expand Up @@ -173,7 +173,7 @@ onMounted(() => {
<td>{{videoDetails.chess365.playerWhite}}</td>
</tr>
<tr>
<th>White</th>
<th>Black</th>
<td>{{videoDetails.chess365.playerBlack}}</td>
</tr>
<tr>
Expand Down Expand Up @@ -205,7 +205,7 @@ onMounted(() => {
<td>{{videoDetails.lichessMasters.playerWhite}}</td>
</tr>
<tr>
<th>White</th>
<th>Black</th>
<td>{{videoDetails.lichessMasters.playerBlack}}</td>
</tr>
<tr>
Expand Down

0 comments on commit f60d86b

Please sign in to comment.