mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 00:17:47 +00:00
feat: Adds ts rule noImplicitOverride and fix errors.
This commit is contained in:
@@ -72,11 +72,11 @@ interface IProps extends WithTranslation {
|
||||
* Implementation of a button for reactions.
|
||||
*/
|
||||
class ReactionsButtonImpl extends AbstractButton<AbstractButtonProps> {
|
||||
accessibilityLabel = 'toolbar.accessibilityLabel.reactions';
|
||||
icon = IconFaceSmile;
|
||||
label = 'toolbar.reactions';
|
||||
toggledLabel = 'toolbar.reactions';
|
||||
tooltip = 'toolbar.reactions';
|
||||
override accessibilityLabel = 'toolbar.accessibilityLabel.reactions';
|
||||
override icon = IconFaceSmile;
|
||||
override label = 'toolbar.reactions';
|
||||
override toggledLabel = 'toolbar.reactions';
|
||||
override tooltip = 'toolbar.reactions';
|
||||
}
|
||||
|
||||
const ReactionsButton = translate(connect()(ReactionsButtonImpl));
|
||||
|
||||
Reference in New Issue
Block a user