mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-25 22:46:31 -04:00
Update redux
This commit is contained in:
@@ -131,7 +131,7 @@ class SeriesIndexItemConnector extends Component {
|
||||
|
||||
SeriesIndexItemConnector.propTypes = {
|
||||
id: PropTypes.number,
|
||||
component: PropTypes.func.isRequired,
|
||||
component: PropTypes.elementType.isRequired,
|
||||
dispatchExecuteCommand: PropTypes.func.isRequired
|
||||
};
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ SeriesStatusCell.propTypes = {
|
||||
className: PropTypes.string.isRequired,
|
||||
monitored: PropTypes.bool.isRequired,
|
||||
status: PropTypes.string.isRequired,
|
||||
component: PropTypes.func
|
||||
component: PropTypes.elementType
|
||||
};
|
||||
|
||||
SeriesStatusCell.defaultProps = {
|
||||
|
||||
Reference in New Issue
Block a user