Fix weird code style

pull/21833/head
Dariusz Niemczyk 2021-08-17 18:03:22 +02:00
parent 515fc244b6
commit 78d48b1d8b
No known key found for this signature in database
GPG Key ID: 28DFE7164F497CB6
1 changed files with 1 additions and 6 deletions

View File

@ -145,17 +145,12 @@ export default class BackdropPanel extends React.PureComponent<IProps, IState> {
return <div className="mx_BackdropPanel">
<img
className="mx_BackdropPanel--canvas"
style={{
}}
src={this.state.llpImage} />
<img
className="mx_BackdropPanel--canvas"
style={{
}}
src={this.state.lpImage} />
<canvas
ref={this.leftLeftPanelRef
}
ref={this.leftLeftPanelRef}
className="mx_BackdropPanel--canvas"
style={{
display: this.state.lpImage ? 'none' : 'block',