We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd4d934 commit 958b6c8Copy full SHA for 958b6c8
client/components/Nav.jsx
@@ -642,7 +642,7 @@ class Nav extends React.PureComponent {
642
onFocus={this.handleFocusForLang}
643
onBlur={this.handleBlur}
644
value="pt-BR"
645
- onClick={e => this.handleLangSelection(e)}
+ onClick={(e) => this.handleLangSelection(e)}
646
>
647
Português
648
</button>
0 commit comments