aboutsummaryrefslogtreecommitdiff
path: root/src/components/comments/AddComment.tsx
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-05-10 15:22:00 -0700
committerBrian Kim <brian@tagg.id>2021-05-10 15:22:00 -0700
commit517616f21aa3644103b185884e2c233056e316d8 (patch)
treead49bdd31df47fa6f043b9af08584560bcca0769 /src/components/comments/AddComment.tsx
parent4bc27c266710fbab8c028c6fdbaf4fd158b3dcc2 (diff)
Removed unneeded ref variables
Diffstat (limited to 'src/components/comments/AddComment.tsx')
-rw-r--r--src/components/comments/AddComment.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/comments/AddComment.tsx b/src/components/comments/AddComment.tsx
index 7e440daf..9cf10b5e 100644
--- a/src/components/comments/AddComment.tsx
+++ b/src/components/comments/AddComment.tsx
@@ -123,7 +123,7 @@ const AddComment: React.FC<AddCommentProps> = ({momentId, placeholderText}) => {
);
}}
inputRef={ref}
- partTypes={mentionPartTypes('blue', ref)}
+ partTypes={mentionPartTypes('blue')}
/>
<View style={styles.submitButton}>
<TouchableOpacity style={styles.submitButton} onPress={addComment}>