Fix tooltip parent component

This commit is contained in:
jeffvli 2023-05-21 16:03:25 -07:00
parent 8ee99adb2d
commit 549db7b1bf

View file

@ -149,19 +149,17 @@ export const LeftControls = () => {
src={currentSong?.imageUrl}
/>
) : (
<>
<Center
sx={{
background: 'var(--placeholder-bg)',
height: '100%',
}}
>
<RiDiscLine
color="var(--placeholder-fg)"
size={50}
/>
</Center>
</>
<Center
sx={{
background: 'var(--placeholder-bg)',
height: '100%',
}}
>
<RiDiscLine
color="var(--placeholder-fg)"
size={50}
/>
</Center>
)}
</Tooltip>