Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ydcjeff committed Dec 22, 2024
1 parent a7e10e9 commit b945378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/SearchPageJumbotron.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ function SearchPageJumbotron() {
name="search"
className={classes.input}
minRows={1}
onKeyDown={(e) => {
onKeyDown={e => {
// enter to trigger search, so disable default line breaking
if (e.key == 'Enter') {
e.preventDefault();
Expand Down

0 comments on commit b945378

Please sign in to comment.