feat(modal): display match stats when available

This commit is contained in:
Lucas Kalil 2026-06-13 23:23:18 -03:00
parent d2bd5f6c65
commit 08c224ec3e
3 changed files with 20 additions and 9 deletions

View file

@ -33,7 +33,12 @@
"matchId": 6,
"homeScore": 1,
"awayScore": 1,
"status": "finished"
"status": "finished",
"stats": {
"possession": { "home": 51, "away": 49 },
"shots": { "home": 12, "away": 14 },
"cards": { "home": 2, "away": 0 }
}
},
{
"matchId": 7,