lint: fix eslint warning

This commit is contained in:
Saúl Ibarra Corretgé 2020-01-23 15:20:04 +01:00 committed by Saúl Ibarra Corretgé
parent 579e650a1d
commit a53d284bbe
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ class ChromeExtensionBanner extends PureComponent<Props, State> {
* Whether the user closed the banner.
* Whether the extension is already installed.
*
* @returns {boolean} whether to show the banner or not.
* @returns {boolean} Whether to show the banner or not.
*/
_shouldNotRender() {
if (!this.props.chromeExtensionUrl) {