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