diff --git a/client/react-native/common/components/Screens/Contacts/Add/ByPublicKey.js b/client/react-native/common/components/Screens/Contacts/Add/ByPublicKey.js index bf85c8df51..73001a5a24 100644 --- a/client/react-native/common/components/Screens/Contacts/Add/ByPublicKey.js +++ b/client/react-native/common/components/Screens/Contacts/Add/ByPublicKey.js @@ -91,7 +91,7 @@ class ByPublicKey extends PureComponent { selectTextOnFocus /> {routeName === 'Enter a public key' && ( - + + + + )} {routeName === 'View my QR code' && Platform.OS === 'web' && ( - + + + )} diff --git a/client/react-native/common/components/Screens/Contacts/Add/Choice.js b/client/react-native/common/components/Screens/Contacts/Add/Choice.js index a4ad96d089..4bb6d0577c 100644 --- a/client/react-native/common/components/Screens/Contacts/Add/Choice.js +++ b/client/react-native/common/components/Screens/Contacts/Add/Choice.js @@ -20,7 +20,7 @@ export default class Choice extends PureComponent { navigation={navigation} />