|
|
@@ -257,7 +257,7 @@ export default class ProfileV2 extends Component {
|
|
|
color={textCancel}
|
|
|
name='angle-right'/>
|
|
|
</Pressable>
|
|
|
- {/* this.state.userInfo.userType == "Public" &&
|
|
|
+ { this.state.userInfo.userType == "Public" &&
|
|
|
<Pressable
|
|
|
style={styles.cardView}
|
|
|
onPress={() => startPage(PageList.registerFleet)}>
|
|
|
@@ -274,7 +274,7 @@ export default class ProfileV2 extends Component {
|
|
|
color={textCancel}
|
|
|
name='angle-right'/>
|
|
|
</Pressable>
|
|
|
- */}
|
|
|
+ }
|
|
|
<Pressable
|
|
|
style={styles.cardView}
|
|
|
onPress={() => this.deleteAccount()}>
|