From dca0abed0f46189d4abb7568193d2248ca11eb6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Wed, 29 Jun 2022 23:54:51 +0200 Subject: [PATCH] =?UTF-8?q?Don't=20display=20'Always=20expand=20posts?= =?UTF-8?q?=E2=80=A6'=20preference=20if=20spoilers=20feature=20not=20avail?= =?UTF-8?q?able?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- app/soapbox/features/preferences/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/soapbox/features/preferences/index.tsx b/app/soapbox/features/preferences/index.tsx index fe6e5fcce..b0135c81c 100644 --- a/app/soapbox/features/preferences/index.tsx +++ b/app/soapbox/features/preferences/index.tsx @@ -246,9 +246,9 @@ const Preferences = () => { - }> + {features.spoilers && }> - + } {/* }>