diff --git a/app/soapbox/features/settings/index.tsx b/app/soapbox/features/settings/index.tsx
index ca6be98bc..aab37ed9d 100644
--- a/app/soapbox/features/settings/index.tsx
+++ b/app/soapbox/features/settings/index.tsx
@@ -101,13 +101,18 @@ const Settings = () => {
>
)}
-
-
-
-
-
-
+ {features.chats ? (
+ <>
+
+
+
+
+
+
+
+ >
+ ) : null}