@@ -9,6 +9,7 @@
"modules": {
"i18n": false,
"bookmarks": true,
+ "apply_phv": true,
"membership": true,
"nationally": false,
"notifications": true,
@@ -242,7 +242,7 @@ export default class ProfileV2 extends Component {
color={textCancel}
name='angle-right'/>
</Button>
- { (!app.modules.membership && this.state.userInfo.userType.toLowerCase() == "public") &&
+ { (app.modules.apply_phv && this.state.userInfo.userType.toLowerCase() == "public") &&
<Button
style={styles.cardView}
viewStyle={styles.profileItem}