mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-14 16:07:50 +00:00
ref(redux) Remove connect wrapper (#13083)
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
// @flow
|
||||
|
||||
import { connect } from 'react-redux';
|
||||
import type { Dispatch } from 'redux';
|
||||
|
||||
import { translate } from '../../../base/i18n';
|
||||
import { IconPlay } from '../../../base/icons';
|
||||
import { connect } from '../../../base/redux';
|
||||
import {
|
||||
AbstractButton,
|
||||
type AbstractButtonProps
|
||||
@@ -92,7 +92,7 @@ class SharedVideoButton extends AbstractButton<Props, *> {
|
||||
* @private
|
||||
* @returns {Props}
|
||||
*/
|
||||
function _mapStateToProps(state): Object {
|
||||
function _mapStateToProps(state) {
|
||||
const {
|
||||
disabled: sharedVideoBtnDisabled,
|
||||
status: sharedVideoStatus
|
||||
|
||||
Reference in New Issue
Block a user