mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-07-12 18:27:48 +00:00
feat(eslint): fix 2 eslint warnings (#3268)
This commit is contained in:
committed by
virtuacoplenny
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
|
||||
* React Element to be appended at the end of the button.
|
||||
* Helper function to be implemented by subclasses, which may return a
|
||||
* new React Element to be appended at the end of the button.
|
||||
*
|
||||
* @protected
|
||||
* @returns {ReactElement|null}
|
||||
|
||||
Reference in New Issue
Block a user