mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
lint... again
This commit is contained in:
parent
f3a14b6081
commit
2eb1a64d82
3 changed files with 5 additions and 1 deletions
|
@ -4,8 +4,8 @@
|
|||
}
|
||||
|
||||
.loading {
|
||||
display: inline-block;
|
||||
position: absolute;
|
||||
display: inline-block;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -313,6 +313,8 @@ class SeriesEditorFooter extends Component {
|
|||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
return null;
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
@ -152,6 +152,8 @@ class SeriesEditorRow extends Component {
|
|||
</TableRowCell>
|
||||
);
|
||||
}
|
||||
|
||||
return null;
|
||||
})
|
||||
}
|
||||
</TableRow>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue