mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-24 16:18:03 +00:00
chore(lint) tame the (uppdated) linter
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
0aba61d5c6
commit
162a67fe8b
@@ -1,6 +1,6 @@
|
||||
// @flow
|
||||
|
||||
import React from 'react';
|
||||
import React, { useCallback } from 'react';
|
||||
|
||||
import { isMobileBrowser } from '../../../base/environment/utils';
|
||||
import { translate } from '../../../base/i18n';
|
||||
@@ -78,15 +78,9 @@ function ReactionsMenuButton({
|
||||
reactionsQueue,
|
||||
t
|
||||
}: Props) {
|
||||
|
||||
/**
|
||||
* Toggles the reactions menu visibility.
|
||||
*
|
||||
* @returns {void}
|
||||
*/
|
||||
function toggleReactionsMenu() {
|
||||
const toggleReactionsMenu = useCallback(() => {
|
||||
dispatch(toggleReactionsMenuVisibility());
|
||||
}
|
||||
}, [ dispatch ]);
|
||||
|
||||
const raiseHandButton = (<ToolbarButton
|
||||
accessibilityLabel = { t('toolbar.accessibilityLabel.raiseHand') }
|
||||
|
||||
Reference in New Issue
Block a user