mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-18 17:57:47 +00:00
chore(lint) tame the (uppdated) linter
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
0aba61d5c6
commit
162a67fe8b
@@ -40,10 +40,10 @@ class SharedDocumentButton extends AbstractButton<Props, *> {
|
||||
/**
|
||||
* Required by linter due to AbstractButton overwritten prop being writable.
|
||||
*
|
||||
* @param {string} value - The value.
|
||||
* @param {string} _value - The value.
|
||||
*/
|
||||
set tooltip(value) {
|
||||
return value;
|
||||
set tooltip(_value) {
|
||||
// Unused.
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user