mirror of
https://github.com/wahyd4/you-music.git
synced 2026-08-09 05:06:44 +10:00
Update
This commit is contained in:
@@ -289,9 +289,7 @@ export default function DownloadCenter({ onPlayMusic }: DownloadCenterProps) {
|
||||
</Button>
|
||||
</div>
|
||||
<div className="space-y-2">
|
||||
{autoJobs.map((job) => {
|
||||
|
||||
return (
|
||||
{autoJobs.map((job) => (
|
||||
<div
|
||||
key={job.id}
|
||||
className="flex items-center justify-between p-3 rounded-lg border hover:bg-accent transition-colors gap-2"
|
||||
@@ -362,8 +360,7 @@ export default function DownloadCenter({ onPlayMusic }: DownloadCenterProps) {
|
||||
</Button>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
})}
|
||||
))}
|
||||
</div>
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user