BraydenMoore commited on
Commit
4bcfa0b
1 Parent(s): 1194aae

Update Templates/index.html

Browse files
Files changed (1) hide show
  1. Templates/index.html +1 -1
Templates/index.html CHANGED
@@ -318,7 +318,7 @@
318
  const rows = table.querySelectorAll('tr');
319
 
320
  data.moneylines.forEach((moneyline, index) => {
321
- const row = rows[data.moneylines[index].rowIndex + 1];
322
 
323
  const winnerCell = row.cells[row.cells.length - 2];
324
  winnerCell.innerHTML = '';
 
318
  const rows = table.querySelectorAll('tr');
319
 
320
  data.moneylines.forEach((moneyline, index) => {
321
+ const row = rows[data.moneyline.rowIndex + 1];
322
 
323
  const winnerCell = row.cells[row.cells.length - 2];
324
  winnerCell.innerHTML = '';