Delete mistake line
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>pull/21833/head
parent
24f0c760ce
commit
b9e305daae
|
@ -69,7 +69,6 @@ export default class VideoFeed extends React.Component<IProps, IState> {
|
||||||
}
|
}
|
||||||
|
|
||||||
componentDidUpdate(prevProps: IProps) {
|
componentDidUpdate(prevProps: IProps) {
|
||||||
this.element?.addEventListener('resize', this.onResize);
|
|
||||||
this.updateFeed(prevProps.feed, this.props.feed);
|
this.updateFeed(prevProps.feed, this.props.feed);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue