diff --git a/src/components/views/voip/CallViewForRoom.tsx b/src/components/views/voip/CallViewForRoom.tsx index 0ef5e5b350..878b6af20f 100644 --- a/src/components/views/voip/CallViewForRoom.tsx +++ b/src/components/views/voip/CallViewForRoom.tsx @@ -81,15 +81,15 @@ export default class CallViewForRoom extends React.Component { private onResizeStart = () => { this.props.resizeNotifier.startResizing(); - } + }; private onResize = () => { this.props.resizeNotifier.notifyTimelineHeightChanged(); - } + }; private onResizeStop = () => { this.props.resizeNotifier.stopResizing(); - } + }; public render() { if (!this.state.call) return null;