1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

Set proper default props for Queue details and status

This commit is contained in:
Bogdan
2023-10-19 14:39:23 +03:00
committed by Mark McDowall
parent a171132f98
commit dc099a77ca
2 changed files with 7 additions and 3 deletions
@@ -81,4 +81,9 @@ QueueDetails.propTypes = {
progressBar: PropTypes.node.isRequired
};
QueueDetails.defaultProps = {
trackedDownloadStatus: 'ok',
trackedDownloadState: 'downloading'
};
export default QueueDetails;