Skip to content

Commit 6e5fc01

Browse files
committed
Fix lint.
1 parent b804272 commit 6e5fc01

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/TopcoderHeader

1 file changed

+1
-1
lines changed

src/shared/components/TopcoderHeader/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,6 +388,7 @@ export default class TopcoderHeader extends React.Component {
388388
trigger={activeTrigger}
389389
/>
390390
<div
391+
role="search"
391392
className={searchOpened ? 'opened' : ''}
392393
onMouseLeave={(event) => {
393394
/* False when cursor leaves from the sub-menu to the element that has
@@ -402,7 +403,6 @@ export default class TopcoderHeader extends React.Component {
402403
styleName="search-field"
403404
>
404405
<input
405-
role="search"
406406
ref={(input) => { this.searchInput = input; }}
407407
onKeyPress={(event) => {
408408
if (event.key === 'Enter') {

0 commit comments

Comments
 (0)