mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
fix: bugs
This commit is contained in:
parent
0e58bb6e80
commit
d09c5fd171
6 changed files with 12 additions and 13 deletions
|
|
@ -79,7 +79,7 @@ const PlayingNext = ({ className }: { className?: string }) => {
|
|||
</motion.div>
|
||||
))}
|
||||
|
||||
{(tracks?.songs.length || 0) >= 4 && (
|
||||
{(tracks?.songs?.length || 0) >= 4 && (
|
||||
<div className='pointer-events-none sticky bottom-0 h-8 w-full bg-gradient-to-t from-black'></div>
|
||||
)}
|
||||
</AnimatePresence>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue