mirror of
https://github.com/antebudimir/feishin.git
synced 2025-12-31 10:03:33 +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
|
||||
className={styles.sidebarImage}
|
||||
loading="eager"
|
||||
src={upsizedImageUrl || ''}
|
||||
src={upsizedImageUrl || undefined}
|
||||
/>
|
||||
</Tooltip>
|
||||
<ActionIcon
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue