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