Skip to content

Commit e940253

Browse files
tobysobyRokt33r
authored andcommitted
Using single quotes for empty string
1 parent 2b4d20b commit e940253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/main/TopBar/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ class TopBar extends React.Component {
7171
this.refs.search.childNodes[0].blur
7272
dispatch(push('/searched'))
7373
e.preventDefault()
74-
this.debouncedUpdateKeyword("")
74+
this.debouncedUpdateKeyword('')
7575
}
7676

7777
handleKeyDown (e) {

0 commit comments

Comments
 (0)