mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-26 22:46:37 -04:00
UI Formatting Cleanup
This commit is contained in:
+1
-1
@@ -46,7 +46,7 @@ class AddDownloadClientModalContent extends Component {
|
||||
}
|
||||
|
||||
{
|
||||
!isFetching && !error &&
|
||||
isPopulated && !error &&
|
||||
<div>
|
||||
|
||||
<Alert kind={kinds.INFO}>
|
||||
|
||||
@@ -84,9 +84,9 @@ DownloadClientOptionsConnector.propTypes = {
|
||||
};
|
||||
|
||||
export default connectSection(
|
||||
createMapStateToProps,
|
||||
mapDispatchToProps,
|
||||
undefined,
|
||||
{ withRef: true },
|
||||
{ section: 'downloadClientOptions' }
|
||||
)(DownloadClientOptionsConnector);
|
||||
createMapStateToProps,
|
||||
mapDispatchToProps,
|
||||
undefined,
|
||||
{ withRef: true },
|
||||
{ section: 'downloadClientOptions' }
|
||||
)(DownloadClientOptionsConnector);
|
||||
|
||||
Reference in New Issue
Block a user