Skip to content

Commit 958b6c8

Browse files
Fixed the npm run lint error on line 645
1 parent bd4d934 commit 958b6c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/components/Nav.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ class Nav extends React.PureComponent {
642642
onFocus={this.handleFocusForLang}
643643
onBlur={this.handleBlur}
644644
value="pt-BR"
645-
onClick={e => this.handleLangSelection(e)}
645+
onClick={(e) => this.handleLangSelection(e)}
646646
>
647647
Português
648648
</button>

0 commit comments

Comments
 (0)