diff --git a/components/Game.tsx b/components/Game.tsx index 72c57d1..6af8c8e 100644 --- a/components/Game.tsx +++ b/components/Game.tsx @@ -332,7 +332,7 @@ export default function Game({ dailyPuzzle, genre = null, isSpecial = false, max />
{dailyPuzzle.artist}
- {dailyPuzzle.releaseYear && gameState.yearGuessed !== null && ( + {dailyPuzzle.releaseYear && gameState.yearGuessed && (Released: {dailyPuzzle.releaseYear}
)}