From e83b183f78d9f620198c4da1bbb45ff1ce0bab46 Mon Sep 17 00:00:00 2001 From: Mo Date: Thu, 24 Mar 2022 14:07:14 -0500 Subject: [PATCH] feat: remove privacy prefs from unfinished features --- .../javascripts/components/Preferences/panes/Security.tsx | 4 +--- package.json | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/app/assets/javascripts/components/Preferences/panes/Security.tsx b/app/assets/javascripts/components/Preferences/panes/Security.tsx index 8c4686310..af3588ab1 100644 --- a/app/assets/javascripts/components/Preferences/panes/Security.tsx +++ b/app/assets/javascripts/components/Preferences/panes/Security.tsx @@ -21,8 +21,6 @@ export const Security: FunctionComponent = (props) => ( userProvider={props.userProvider} /> - {props.appState.enableUnfinishedFeatures && ( - - )} + ); diff --git a/package.json b/package.json index eff64497d..da4943c44 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "test": "jest --config app/assets/javascripts/jest.config.js", "test:coverage": "yarn test --coverage", "prepare": "husky install", - "postinstall": "yarn run ncu" + "postinstall": "yarn run ncu -loglevel verbose --packageFile package.json" }, "devDependencies": { "@babel/core": "^7.17.8",