Up
This commit is contained in:
@@ -159,7 +159,7 @@ async function createStatsTable(playerObject) {
|
||||
//}
|
||||
rowElement.innerHTML = `
|
||||
<td>${row.Season}</td>
|
||||
<td>${row.SeasonType}</td>
|
||||
<td>${row.SeasonType === "REG" ? "Regular" : "Post"}</td>
|
||||
<td>${row.Week}</td>
|
||||
<td>${row.pass_attempts}</td>
|
||||
<td>${row.complete_pass}</td>
|
||||
|
||||
Reference in New Issue
Block a user