Skip to content

Commit

Permalink
fix(mobile): fix share my-account
Browse files Browse the repository at this point in the history
Signed-off-by: Sacha Froment <sfroment42@gmail.com>
  • Loading branch information
sfroment committed Mar 1, 2019
1 parent e180413 commit ac812dd
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -48,10 +48,8 @@ class List extends PureComponent {
title={t('settings.my-account-share')}
onPress={() =>
navigation.navigate('modal/contacts/card', {
data: {
...data,
id: extractPublicKeyFromId(id),
},
...data,
id: extractPublicKeyFromId(id),
self: true,
})
}
Expand Down

0 comments on commit ac812dd

Please sign in to comment.