Selaa lähdekoodia

update app/pages/my/ProfileV2.js

wudebin 7 kuukautta sitten
vanhempi
sitoutus
d92a3d6f1f
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      Strides-APP/app/pages/my/ProfileV2.js

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

@@ -161,7 +161,7 @@ export default class ProfileV2 extends Component {
         <ShadowViewV2/>
         <EndView half/>
         {/* Wallet Info */}
-        { app.v4.wallet
+        {/* app.v4.wallet
         ? <Button 
             style={styles.cardView}
             viewStyle={styles.profileItem}
@@ -193,7 +193,7 @@ export default class ProfileV2 extends Component {
               color={textCancel}
               name='angle-right'/>
           </Button>
-        }
+        */}
         <ShadowViewV2/>
         { (utils.isNotEmpty(this.state.userInfo.groupWallet) && !app.v4.wallet) && <>
           <Button