mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
fix sidebar image using invalid fallback value
This commit is contained in:
@@ -203,7 +203,7 @@ export const Sidebar = () => {
|
|||||||
<img
|
<img
|
||||||
className={styles.sidebarImage}
|
className={styles.sidebarImage}
|
||||||
loading="eager"
|
loading="eager"
|
||||||
src={upsizedImageUrl || ''}
|
src={upsizedImageUrl || undefined}
|
||||||
/>
|
/>
|
||||||
</Tooltip>
|
</Tooltip>
|
||||||
<ActionIcon
|
<ActionIcon
|
||||||
|
|||||||
Reference in New Issue
Block a user