Lint whitespaces and semis

This commit is contained in:
Jorik Schellekens 2020-07-07 15:40:05 +01:00
parent 8458572032
commit bc4167180c
9 changed files with 43 additions and 44 deletions

View file

@ -32,6 +32,6 @@ export default class CallContainer extends React.PureComponent<IProps, IState> {
return <div className="mx_CallContainer">
<IncomingCallBox2 />
<CallPreview ConferenceHandler={VectorConferenceHandler} />
</div>
</div>;
}
}