1
0
mirror of https://github.com/one-among-us/data.git synced 2024-11-22 03:04:51 +08:00

[F] fix actual hide

This commit is contained in:
Elihuso Quigley 2024-06-10 00:36:12 +08:00
parent 1e6a2dfb39
commit 998324b1d2

View File

@ -80,7 +80,9 @@ function buildPeopleInfoAndList() {
}
if (info.id && info.info && info.info.born) {
birthdayList.push([info.id, info.info.born])
if (!actualHide.includes(info.id)) {
birthdayList.push([info.id, info.info.born])
}
}
// Convert info dict to [[key, value], ...]