mirror of
https://github.com/element-hq/element-web
synced 2024-11-23 17:56:01 +03:00
Add semicolons
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
b257c25c2c
commit
9a2036c212
1 changed files with 3 additions and 3 deletions
|
@ -81,15 +81,15 @@ export default class CallViewForRoom extends React.Component<IProps, IState> {
|
|||
|
||||
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;
|
||||
|
|
Loading…
Reference in a new issue