Enable 'Features' settings item on cloud hosted

This commit is contained in:
Tom Moor
2022-01-20 20:21:22 -08:00
parent 8c6ab3db37
commit 49533d7a3f

View File

@@ -94,7 +94,7 @@ function SettingsSidebar() {
label={t("Security")} label={t("Security")}
/> />
)} )}
{can.update && env.DEPLOYMENT !== "hosted" && ( {can.update && (
<SidebarLink <SidebarLink
to="/settings/features" to="/settings/features"
icon={<BeakerIcon color="currentColor" />} icon={<BeakerIcon color="currentColor" />}