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:
parent
1e6a2dfb39
commit
998324b1d2
@ -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], ...]
|
||||
|
Loading…
Reference in New Issue
Block a user