Skip to content

Commit 990f540

Browse files
author
BuildTools
committed
- Fixed typo on Username input props to spellCheck
1 parent 4e7d7dd commit 990f540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event-demo/src/components/AuthModal.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const AuthModal: React.FC<A> = ({token, auth}) => {
7373
onChange={handleChange}
7474
onKeyDown={handleKeyDown}
7575
type={"text"}
76-
spellcheck={false}
76+
spellCheck={false}
7777
/>
7878
<Submit
7979
onClick={() => auth(value)}

0 commit comments

Comments
 (0)