Skip to content

Commit 244e90d

Browse files
committed
refactor: remove braces around autoCorrect prop
1 parent 758ba97 commit 244e90d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message/variants/EditMessageInput.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function EditMessageInput(props: EditMessageInputProps) {
3131

3232
return (
3333
<Styles.MessageEditor
34-
autoCorrect={"false"}
34+
autoCorrect="false"
3535
onKeyDown={onKeyDown}
3636
defaultValue={props.message.content}
3737
/>

0 commit comments

Comments
 (0)