fix mock data

This commit is contained in:
sinchang 2019-11-26 17:16:04 +08:00
parent d994507e9f
commit ea34766b49
2 changed files with 3 additions and 3 deletions

View File

@ -324,7 +324,7 @@ const data = [
"browser": "Nintendo DS browser",
"platform": "Nintendo DS",
"version": "8.5",
"grade": "C/A<sup>1</sup>"
"grade": "C"
},
{
"engine": "KHTML",

View File

@ -318,7 +318,7 @@ const data = [
"browser": "Nintendo DS browser",
"platform": "Nintendo DS",
"version": "8.5",
"grade": "C/A<sup>1</sup>"
"grade": "C"
},
{
"engine": "KHTML",
@ -476,4 +476,4 @@ const data = [
})
})
})
});
});