sforkowany z vergnet/application-amicale
Fixed information edit link not working
This commit is contained in:
rodzic
629f0401bc
commit
d07b34c748
1 zmienionych plików z 1 dodań i 4 usunięć
|
|
@ -245,10 +245,7 @@ class ProfileScreen extends React.Component<Props, State> {
|
|||
<Button
|
||||
icon="account-edit"
|
||||
mode="contained"
|
||||
onPress={() => this.props.navigation.navigate('amicale-website', {
|
||||
screen: 'amicale-website',
|
||||
params: {path: this.data.link}
|
||||
})}
|
||||
onPress={() => this.props.navigation.navigate('amicale-website', {path: this.data.link})}
|
||||
style={styles.editButton}>
|
||||
{i18n.t("profileScreen.editInformation")}
|
||||
</Button>
|
||||
|
|
|
|||
Ładowanie…
Reference in a new issue