vbea 2 лет назад
Родитель
Сommit
4c319baa95
2 измененных файлов с 2 добавлено и 1 удалено
  1. 1 0
      Strides-APP/app.json
  2. 1 1
      Strides-APP/app/pages/my/ProfileV2.js

+ 1 - 0
Strides-APP/app.json

@@ -9,6 +9,7 @@
   "modules": {
     "i18n": false,
     "bookmarks": true,
+    "apply_phv": true,
     "membership": true,
     "nationally": false,
     "notifications": true,

+ 1 - 1
Strides-APP/app/pages/my/ProfileV2.js

@@ -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}