aboutsummaryrefslogtreecommitdiff
path: root/src/screens/chat/NewChatModal.tsx
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-05-19 16:43:32 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-05-20 17:54:35 -0700
commit68c33a12c867ab328e7e1899d4fcbfcdb6f7f119 (patch)
tree509bd151e93fb78dd21134a1682832fbae8263fc /src/screens/chat/NewChatModal.tsx
parent408c1c4046d1945ea4d2e857796841368ab1b8e8 (diff)
Modify to reuse existing search bar
Diffstat (limited to 'src/screens/chat/NewChatModal.tsx')
-rw-r--r--src/screens/chat/NewChatModal.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/chat/NewChatModal.tsx b/src/screens/chat/NewChatModal.tsx
index 9872dd6f..e57e7f7a 100644
--- a/src/screens/chat/NewChatModal.tsx
+++ b/src/screens/chat/NewChatModal.tsx
@@ -98,6 +98,7 @@ const NewChatModal: React.FC<NewChatModalProps> = ({
value={query}
searching={searching}
placeholder={''}
+ label={'To:'}
/>
{results.length > 0 && (
<View style={styles.headerContainerStyles}>