篮球整体统计数据
This commit is contained in:
@@ -69,6 +69,7 @@ export default function LiveDetailScreen() {
|
||||
if (liveData && Array.isArray(liveData)) {
|
||||
// Find the specific match
|
||||
const found = liveData.find((m) => m.event_key.toString() === id);
|
||||
console.log("found", JSON.stringify(found, null, 2));
|
||||
if (found) {
|
||||
setMatch(found);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user