Delete mistake line

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner 2021-07-27 16:26:46 +02:00
parent 24f0c760ce
commit b9e305daae
No known key found for this signature in database
GPG key ID: 55C211A1226CB17D

View file

@ -69,7 +69,6 @@ export default class VideoFeed extends React.Component<IProps, IState> {
}
componentDidUpdate(prevProps: IProps) {
this.element?.addEventListener('resize', this.onResize);
this.updateFeed(prevProps.feed, this.props.feed);
}