mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
feat(modal): display match stats when available
This commit is contained in:
parent
d2bd5f6c65
commit
08c224ec3e
3 changed files with 20 additions and 9 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue