From 49533d7a3f2b393d333567bdc44aab2ddf9017c4 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 20 Jan 2022 20:21:22 -0800 Subject: [PATCH] Enable 'Features' settings item on cloud hosted --- app/components/Sidebar/Settings.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/Sidebar/Settings.tsx b/app/components/Sidebar/Settings.tsx index 777306792..d3041274e 100644 --- a/app/components/Sidebar/Settings.tsx +++ b/app/components/Sidebar/Settings.tsx @@ -94,7 +94,7 @@ function SettingsSidebar() { label={t("Security")} /> )} - {can.update && env.DEPLOYMENT !== "hosted" && ( + {can.update && ( }