mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 18:13:31 +00:00
fix sidebar image using invalid fallback value
This commit is contained in:
parent
805c75a67f
commit
0ca9eb0fcd
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue