lint: fix eslint warning
This commit is contained in:
parent
579e650a1d
commit
a53d284bbe
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue