mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
ref(TS) Require interfaces to start with I (#12424)
This commit is contained in:
@@ -5,7 +5,7 @@ import React, { PureComponent } from 'react';
|
||||
import { WithTranslation } from 'react-i18next';
|
||||
import { connect } from 'react-redux';
|
||||
|
||||
import { IState } from '../../app/types';
|
||||
import { IReduxState } from '../../app/types';
|
||||
import { hideDialog } from '../../base/dialog/actions';
|
||||
import { translate } from '../../base/i18n/functions';
|
||||
// eslint-disable-next-line lines-around-comment
|
||||
@@ -324,7 +324,7 @@ class VirtualBackgroundPreview extends PureComponent<Props, State> {
|
||||
* @private
|
||||
* @returns {{Props}}
|
||||
*/
|
||||
function _mapStateToProps(state: IState) {
|
||||
function _mapStateToProps(state: IReduxState) {
|
||||
return {
|
||||
_currentCameraDeviceId: getCurrentCameraDeviceId(state)
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user