mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
Remove unused frontend stuff
This commit is contained in:
@@ -27,7 +27,6 @@ class AuthorEditorRow extends Component {
|
||||
status,
|
||||
titleSlug,
|
||||
authorName,
|
||||
authorType,
|
||||
monitored,
|
||||
metadataProfile,
|
||||
qualityProfile,
|
||||
@@ -62,7 +61,6 @@ class AuthorEditorRow extends Component {
|
||||
return (
|
||||
<AuthorStatusCell
|
||||
key={name}
|
||||
authorType={authorType}
|
||||
monitored={monitored}
|
||||
status={status}
|
||||
/>
|
||||
@@ -137,7 +135,6 @@ AuthorEditorRow.propTypes = {
|
||||
status: PropTypes.string.isRequired,
|
||||
titleSlug: PropTypes.string.isRequired,
|
||||
authorName: PropTypes.string.isRequired,
|
||||
authorType: PropTypes.string,
|
||||
monitored: PropTypes.bool.isRequired,
|
||||
metadataProfile: PropTypes.object.isRequired,
|
||||
qualityProfile: PropTypes.object.isRequired,
|
||||
|
||||
Reference in New Issue
Block a user