mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-10 15:35:55 +01:00
Update DownloadsModule.tsx
This commit is contained in:
@@ -158,7 +158,7 @@ export default function DownloadComponent() {
|
||||
<Progress
|
||||
radius="lg"
|
||||
color={
|
||||
torrent.state === 'paused' ? 'yellow' : torrent.progress === 1 ? 'green' : 'blue'
|
||||
torrent.progress === 1 ? 'green' : torrent.state === 'paused' ? 'yellow' : 'blue'
|
||||
}
|
||||
value={torrent.progress * 100}
|
||||
size="lg"
|
||||
|
||||
Reference in New Issue
Block a user