diff --git a/src/components/status.jsx b/src/components/status.jsx index 26240078..978cb149 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -378,7 +378,7 @@ function Status({ if (showSpoiler) { states.spoilers.delete(id); } else { - states.spoilers.add(id); + states.spoilers.set(id, true); } }} >