feat(eslint): fix 2 eslint warnings (#3268)
This commit is contained in:
parent
5d4a2e87f8
commit
b25caedce7
|
@ -141,8 +141,8 @@ export default class AbstractButton<P: Props, S: *> extends Component<P, S> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper function to be implemented by subclasses, which may return a new
|
* Helper function to be implemented by subclasses, which may return a
|
||||||
* React Element to be appended at the end of the button.
|
* new React Element to be appended at the end of the button.
|
||||||
*
|
*
|
||||||
* @protected
|
* @protected
|
||||||
* @returns {ReactElement|null}
|
* @returns {ReactElement|null}
|
||||||
|
|
|
@ -58,8 +58,8 @@ class LiveStreamButton extends AbstractLiveStreamButton<Props> {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Helper function to be implemented by subclasses, which returns a React
|
* Helper function to be implemented by subclasses, which returns
|
||||||
* Element to display (a beta tag) at the end of the button.
|
* a React Element to display (a beta tag) at the end of the button.
|
||||||
*
|
*
|
||||||
* @override
|
* @override
|
||||||
* @protected
|
* @protected
|
||||||
|
|
Loading…
Reference in New Issue