mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-27 22:56:45 -04:00
UI Formatting Cleanup
This commit is contained in:
@@ -26,9 +26,9 @@ function createMapDispatchToProps(dispatch, props) {
|
||||
}
|
||||
|
||||
export default connectSection(
|
||||
createMapStateToProps,
|
||||
createMapDispatchToProps,
|
||||
undefined,
|
||||
{ withRef: true },
|
||||
{ section: 'series', uiSection: 'artistIndex' }
|
||||
)(ArtistIndexTable);
|
||||
createMapStateToProps,
|
||||
createMapDispatchToProps,
|
||||
undefined,
|
||||
{ withRef: true },
|
||||
{ section: 'series', uiSection: 'artistIndex' }
|
||||
)(ArtistIndexTable);
|
||||
|
||||
Reference in New Issue
Block a user