mirror of
https://github.com/vector-im/element-web.git
synced 2024-12-02 09:26:39 +08:00
Add missing somicolons
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
2cfd4659e1
commit
758112dda9
@ -192,7 +192,7 @@ export default class CallView extends React.Component<IProps, IState> {
|
||||
|
||||
private onFeedsChanged = (newFeeds: Array<CallFeed>) => {
|
||||
this.setState({feeds: newFeeds});
|
||||
}
|
||||
};
|
||||
|
||||
private onCallLocalHoldUnhold = () => {
|
||||
this.setState({
|
||||
|
@ -127,7 +127,7 @@ export default class VideoFeed extends React.Component<IProps, IState> {
|
||||
videoMuted: this.props.feed.isVideoMuted(),
|
||||
});
|
||||
this.playMedia();
|
||||
}
|
||||
};
|
||||
|
||||
private onResize = (e) => {
|
||||
if (this.props.onResize && !this.props.feed.isLocal()) {
|
||||
|
Loading…
Reference in New Issue
Block a user