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