Fix spoiler bug

This commit is contained in:
Lim Chee Aun 2022-12-22 09:02:22 +08:00
parent 6c0aedcd3e
commit 4e60cae42c

View file

@ -378,7 +378,7 @@ function Status({
if (showSpoiler) {
states.spoilers.delete(id);
} else {
states.spoilers.add(id);
states.spoilers.set(id, true);
}
}}
>