@@ -36,7 +36,7 @@ export const PlayerScoreTile = ({ name, guesses, totalScore, winner }) => (
</span>
<span
className={styles.flag}
- title={country && iso.whereAlpha2(country).country}
+ title={country && iso.whereAlpha2(country)?.country}
>
{flagLookup(country)}