You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +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">
|
return <div className="mx_BackdropPanel">
|
||||||
<img
|
<img
|
||||||
className="mx_BackdropPanel--canvas"
|
className="mx_BackdropPanel--canvas"
|
||||||
style={{
|
|
||||||
}}
|
|
||||||
src={this.state.llpImage} />
|
src={this.state.llpImage} />
|
||||||
<img
|
<img
|
||||||
className="mx_BackdropPanel--canvas"
|
className="mx_BackdropPanel--canvas"
|
||||||
style={{
|
|
||||||
}}
|
|
||||||
src={this.state.lpImage} />
|
src={this.state.lpImage} />
|
||||||
<canvas
|
<canvas
|
||||||
ref={this.leftLeftPanelRef
|
ref={this.leftLeftPanelRef}
|
||||||
}
|
|
||||||
className="mx_BackdropPanel--canvas"
|
className="mx_BackdropPanel--canvas"
|
||||||
style={{
|
style={{
|
||||||
display: this.state.lpImage ? 'none' : 'block',
|
display: this.state.lpImage ? 'none' : 'block',
|
||||||
|
|||||||
Reference in New Issue
Block a user