Skip to content

Commit ddf6494

Browse files
committed
camel-case spelling & curly bracket
1 parent 064fdd0 commit ddf6494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/FilterBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const FilterBar = ({
3030
value={searchTerm}
3131
onChange={onChange}
3232
onKeyPress={onKeyPress}
33-
spellcheck="false"
33+
spellCheck={false}
3434
/>
3535
{searchTerm && (
3636
<button className={css.clearButton} onClick={onClick} type="button">

0 commit comments

Comments
 (0)