@@ -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>
- }
+ */}
{ (utils.isNotEmpty(this.state.userInfo.groupWallet) && !app.v4.wallet) && <>
<Button