aboutsummaryrefslogtreecommitdiff
path: root/src/screens/profile/EditProfile.tsx
diff options
context:
space:
mode:
authorHusam Salhab <47015061+hsalhab@users.noreply.github.com>2021-06-09 16:43:02 -0400
committerGitHub <noreply@github.com>2021-06-09 16:43:02 -0400
commit587d08dc8f0508b6efa76cc7d57f21ac2a5fd9fb (patch)
tree1832c54f0e0eb6d52a36d979038fbbbf48e10c27 /src/screens/profile/EditProfile.tsx
parent946b1be53189487e860f37e1b422c69bb44cf0c8 (diff)
[TMA-909] Fix Contact Search (#460)
* shows proper results and handles null lists * remove unnecessary existing users code * fix height and remove console log * lint
Diffstat (limited to 'src/screens/profile/EditProfile.tsx')
-rw-r--r--src/screens/profile/EditProfile.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/profile/EditProfile.tsx b/src/screens/profile/EditProfile.tsx
index 765bbf01..20a62b19 100644
--- a/src/screens/profile/EditProfile.tsx
+++ b/src/screens/profile/EditProfile.tsx
@@ -305,7 +305,7 @@ const EditProfile: React.FC<EditProfileProps> = ({route, navigation}) => {
type: 'image/jpg',
});
}
-
+
if (form.isValidWebsite) {
request.append('website', form.website);
} else {