mirror of
https://github.com/one-among-us/data.git
synced 2024-11-10 13:24:50 +08:00
[F] typo
This commit is contained in:
parent
903bc812b6
commit
847cf56ee4
@ -121,7 +121,7 @@ function buildPeopleInfoAndList() {
|
|||||||
// Add meta to people list
|
// Add meta to people list
|
||||||
if (peopleList.filter(it => it.id == peopleMeta.id).length == 0) {
|
if (peopleList.filter(it => it.id == peopleMeta.id).length == 0) {
|
||||||
peopleList.push(peopleMeta);
|
peopleList.push(peopleMeta);
|
||||||
if (!hdata.notShowOnHome.includes(peopleMeta.id))
|
if (!notShowOnHomeList.includes(peopleMeta.id))
|
||||||
peopleHomeList.push(peopleMeta)
|
peopleHomeList.push(peopleMeta)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user