mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
More UI Cleanup
This commit is contained in:
@@ -69,7 +69,7 @@ class ArtistIndexTable extends Component {
|
||||
columns
|
||||
} = this.props;
|
||||
|
||||
const series = items[rowIndex];
|
||||
const artist = items[rowIndex];
|
||||
|
||||
return (
|
||||
<ArtistIndexItemConnector
|
||||
@@ -77,7 +77,7 @@ class ArtistIndexTable extends Component {
|
||||
component={ArtistIndexRow}
|
||||
style={style}
|
||||
columns={columns}
|
||||
{...series}
|
||||
{...artist}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user