This commit is contained in:
RochesterX
2025-11-28 15:32:48 -05:00
parent 6ba4aba101
commit ec77c0b268

View File

@@ -159,7 +159,7 @@ async function createStatsTable(playerObject) {
//} //}
rowElement.innerHTML = ` rowElement.innerHTML = `
<td>${row.Season}</td> <td>${row.Season}</td>
<td>${row.SeasonType}</td> <td>${row.SeasonType === "REG" ? "Regular" : "Post"}</td>
<td>${row.Week}</td> <td>${row.Week}</td>
<td>${row.pass_attempts}</td> <td>${row.pass_attempts}</td>
<td>${row.complete_pass}</td> <td>${row.complete_pass}</td>