Skip to content

Commit 233ab75

Browse files
remove duplicated variable
1 parent 68fa926 commit 233ab75

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/controls/listItemComments/components/AddComment/AddComment.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export const AddComment: React.FunctionComponent<IAddCommentProps> = (props: IAd
2727
let _reactMentionStyles = reactMentionStyles;
2828

2929
const _onChange = useCallback((event, newValue: string, newPlainTextValue: string, mentions: MentionItem[]) => {
30-
let _reactMentionStyles = reactMentionStyles;
3130
if (newValue) {
3231
setSingleLine(false);
3332
_reactMentionStyles["&multiLine"].control = { height: 63 };

0 commit comments

Comments
 (0)