mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-03-05 15:15:59 +02:00
lint... again
This commit is contained in:
parent
f3a14b6081
commit
2eb1a64d82
@ -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…
x
Reference in New Issue
Block a user