You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
Fix weird code style
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user