mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Fix: Addressed issue with status color not showing on Movie > Details (only purple was working)
This commit is contained in:
@@ -25,10 +25,10 @@ function MovieFileStatus(props) {
|
||||
return (
|
||||
<div className={styles.center}>
|
||||
<Label
|
||||
title={queueStatusText.longText}
|
||||
title={queueStatusText}
|
||||
kind={kinds.QUEUE}
|
||||
>
|
||||
{queueStatusText.shortText}
|
||||
{queueStatusText}
|
||||
</Label>
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user