mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-25 11:04:00 +00:00
Remove unused ignore
This commit is contained in:
parent
a0560d0ccc
commit
7367f0a115
1 changed files with 0 additions and 2 deletions
|
|
@ -129,7 +129,6 @@ class WindowManager extends React.Component {
|
|||
<div style={parentStyle}>
|
||||
{this.validChildren().map((child, i) => {
|
||||
const position = this.state[i];
|
||||
/* eslint-disable react/jsx-no-bind */
|
||||
return (
|
||||
position && (
|
||||
<div
|
||||
|
|
@ -142,7 +141,6 @@ class WindowManager extends React.Component {
|
|||
</div>
|
||||
)
|
||||
);
|
||||
/* eslint-enable react/jsx-no-bind */
|
||||
})}
|
||||
</div>
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue