Merge pull request #18 from cheeaun/main

Update from main
This commit is contained in:
Chee Aun 2022-12-22 09:04:05 +08:00 committed by GitHub
commit eb41ddf2de
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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