From 517616f21aa3644103b185884e2c233056e316d8 Mon Sep 17 00:00:00 2001 From: Brian Kim Date: Mon, 10 May 2021 15:22:00 -0700 Subject: Removed unneeded ref variables --- src/components/comments/AddComment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/comments/AddComment.tsx') 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 = ({momentId, placeholderText}) => { ); }} inputRef={ref} - partTypes={mentionPartTypes('blue', ref)} + partTypes={mentionPartTypes('blue')} /> -- cgit v1.2.3-70-g09d2