feat: remove privacy prefs from unfinished features

This commit is contained in:
Mo
2022-03-24 14:07:14 -05:00
parent 9c74364757
commit e83b183f78
2 changed files with 2 additions and 4 deletions

View File

@@ -21,8 +21,6 @@ export const Security: FunctionComponent<SecurityProps> = (props) => (
userProvider={props.userProvider}
/>
<PasscodeLock appState={props.appState} application={props.application} />
{props.appState.enableUnfinishedFeatures && (
<Privacy application={props.application} />
)}
<Privacy application={props.application} />
</PreferencesPane>
);