Remove prop-types (#9672)
* Remove prop-types * Remove unused dep rrweb-snapshot * Revert "Remove unused dep rrweb-snapshot" This reverts commit d0d076535f4190a6095fe7684124f50c2d3f137d.
This commit is contained in:
parent
be2a696e6d
commit
5d409560c7
3 changed files with 0 additions and 13 deletions
|
@ -15,7 +15,6 @@ limitations under the License.
|
|||
*/
|
||||
|
||||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { MatrixCall } from 'matrix-js-sdk/src/webrtc/call';
|
||||
|
||||
import { _t } from '../../../languageHandler';
|
||||
|
@ -27,11 +26,6 @@ interface IProps extends IContextMenuProps {
|
|||
}
|
||||
|
||||
export default class LegacyCallContextMenu extends React.Component<IProps> {
|
||||
static propTypes = {
|
||||
// js-sdk User object. Not required because it might not exist.
|
||||
user: PropTypes.object,
|
||||
};
|
||||
|
||||
constructor(props) {
|
||||
super(props);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue