mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
fix sidebar image empty icon
This commit is contained in:
@@ -207,7 +207,7 @@ const SidebarImage = () => {
|
|||||||
{imageUrl ? (
|
{imageUrl ? (
|
||||||
<img className={styles.sidebarImage} loading="eager" src={imageUrl} />
|
<img className={styles.sidebarImage} loading="eager" src={imageUrl} />
|
||||||
) : (
|
) : (
|
||||||
<ImageUnloader />
|
<ImageUnloader icon="emptySongImage" />
|
||||||
)}
|
)}
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<ActionIcon
|
<ActionIcon
|
||||||
|
|||||||
Reference in New Issue
Block a user