SeasonType

This commit is contained in:
RochesterX
2025-11-28 19:31:04 -05:00
parent 43c7068724
commit b1d604cdc2
2 changed files with 3 additions and 2 deletions

View File

@@ -170,9 +170,10 @@ async function createStatsTable(playerObject) {
//for (attribute in player) {
// row.innerHTML += `<td>${player}</td>l`;
//}
console.log(row)
rowElement.innerHTML = `
<td>${row.season}</td>
<td>${row.SeasonType === "REG" ? "Regular" : "Post"}</td>
<td>${row.seasontype == "REG" ? "Regular" : "Post"}</td>
<td>${row.week}</td>
<td>${row.pass_attempts}</td>
<td>${row.complete_pass}</td>