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 && ( }