1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-23 11:04:52 +02:00

Remove unused prop

This commit is contained in:
Mark McDowall 2019-07-17 08:16:35 -07:00
parent 8e85a1b84e
commit d74c323c66

@ -146,7 +146,6 @@ SeriesIndexConnector.propTypes = {
isSmallScreen: PropTypes.bool.isRequired,
view: PropTypes.string.isRequired,
scrollTop: PropTypes.number.isRequired,
dispatchFetchSeries: PropTypes.func.isRequired,
dispatchSetSeriesView: PropTypes.func.isRequired
};