mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Fix tooltip parent component
This commit is contained in:
@@ -149,7 +149,6 @@ export const LeftControls = () => {
|
||||
src={currentSong?.imageUrl}
|
||||
/>
|
||||
) : (
|
||||
<>
|
||||
<Center
|
||||
sx={{
|
||||
background: 'var(--placeholder-bg)',
|
||||
@@ -161,7 +160,6 @@ export const LeftControls = () => {
|
||||
size={50}
|
||||
/>
|
||||
</Center>
|
||||
</>
|
||||
)}
|
||||
</Tooltip>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user