mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
chore(lint) tame the (uppdated) linter
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
0aba61d5c6
commit
162a67fe8b
@@ -58,10 +58,10 @@ class ProfileButton extends AbstractButton<Props, *> {
|
||||
/**
|
||||
* Required by linter due to AbstractButton overwritten prop being writable.
|
||||
*
|
||||
* @param {string} value - The value.
|
||||
* @param {string} _value - The value.
|
||||
*/
|
||||
set label(value) {
|
||||
return value;
|
||||
set label(_value) {
|
||||
// Unused.
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -74,10 +74,10 @@ class ProfileButton 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