+ {visibleGames.map((game) => (
+
+
+
+
+ WEEK {game.week}
+
+
+ {game.awayTeamName} @ {game.homeTeamName}
+
+
+
+
+
+
{game.conditionLabel}
+
+ {game.impactLabel}
+
+
{game.dome ? 'Dome' : 'Outdoor'}
+
+
+ {game.temperatureF}F
+ Wind {game.windMph} MPH
+
+
+ ))}
+
+ )}
+