1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Cleanup old prop-types for TS

This commit is contained in:
Bogdan
2024-08-05 13:31:13 +03:00
committed by Mark McDowall
parent d713b83a36
commit 2d237ae6b7
9 changed files with 20 additions and 55 deletions
@@ -155,10 +155,4 @@ function QueueStatus(props: QueueStatusProps) {
);
}
QueueStatus.defaultProps = {
trackedDownloadStatus: 'ok',
trackedDownloadState: 'downloading',
canFlip: false,
};
export default QueueStatus;