pull/214/head
Elihuso Quigley 2024-04-04 19:51:15 +08:00
parent 903bc812b6
commit 847cf56ee4
1 changed files with 1 additions and 1 deletions

View File

@ -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)
}
}