feat: remove privacy prefs from unfinished features
This commit is contained in:
@@ -21,8 +21,6 @@ export const Security: FunctionComponent<SecurityProps> = (props) => (
|
|||||||
userProvider={props.userProvider}
|
userProvider={props.userProvider}
|
||||||
/>
|
/>
|
||||||
<PasscodeLock appState={props.appState} application={props.application} />
|
<PasscodeLock appState={props.appState} application={props.application} />
|
||||||
{props.appState.enableUnfinishedFeatures && (
|
<Privacy application={props.application} />
|
||||||
<Privacy application={props.application} />
|
|
||||||
)}
|
|
||||||
</PreferencesPane>
|
</PreferencesPane>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
"test": "jest --config app/assets/javascripts/jest.config.js",
|
"test": "jest --config app/assets/javascripts/jest.config.js",
|
||||||
"test:coverage": "yarn test --coverage",
|
"test:coverage": "yarn test --coverage",
|
||||||
"prepare": "husky install",
|
"prepare": "husky install",
|
||||||
"postinstall": "yarn run ncu"
|
"postinstall": "yarn run ncu -loglevel verbose --packageFile package.json"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@babel/core": "^7.17.8",
|
"@babel/core": "^7.17.8",
|
||||||
|
|||||||
Reference in New Issue
Block a user