Updated PureComponent usage

This commit is contained in:
mgabdev
2020-01-29 16:54:39 -05:00
parent cb55ef9f04
commit 960c43d24c
9 changed files with 11 additions and 11 deletions

View File

@@ -86,7 +86,7 @@ export const getPointerPosition = (el, event) => {
};
export default @injectIntl
class Video extends React.PureComponent {
class Video extends PureComponent {
static propTypes = {
preview: PropTypes.string,