You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
Another fix for indentation
This commit is contained in:
committed by
Dariusz Niemczyk
parent
466151a10c
commit
389d0b2d4a
@@ -680,7 +680,7 @@ export default class CallView extends React.Component<IProps, IState> {
|
||||
mx_CallView_voice_hold: isOnHold,
|
||||
});
|
||||
|
||||
contentView =(
|
||||
contentView = (
|
||||
<div className={classes} onMouseMove={this.onMouseMove}>
|
||||
<div className="mx_CallView_voice_avatarsContainer">
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user