From de411b4dffdabb3dc2f4713afd3151c00a428eda Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 6 Feb 2023 00:19:22 +0800 Subject: [PATCH] Fix some posts can be spoiler but `sensitive: false` --- src/components/status.jsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/status.jsx b/src/components/status.jsx index a704f33a..9eaa7fd3 100644 --- a/src/components/status.jsx +++ b/src/components/status.jsx @@ -316,9 +316,9 @@ function Status({ )}
- {!!spoilerText && sensitive && ( + {!!spoilerText && ( <>