mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 22:32:26 +03:00
fix image group icon not loading
This commit is contained in:
parent
7ff18a3ed3
commit
778c3f2eb3
1 changed files with 2 additions and 2 deletions
|
@ -121,9 +121,9 @@ export function ImageGroupIcon<T extends string>({
|
||||||
return (
|
return (
|
||||||
<SidebarBtn active={active} id={id} label={label} onClick={onClick}>
|
<SidebarBtn active={active} id={id} label={label} onClick={onClick}>
|
||||||
{url ? (
|
{url ? (
|
||||||
<Icon src={Icons.Photo} filled={active} />
|
|
||||||
) : (
|
|
||||||
<img className={css.SidebarBtnImg} src={url} alt={label} />
|
<img className={css.SidebarBtnImg} src={url} alt={label} />
|
||||||
|
) : (
|
||||||
|
<Icon src={Icons.Photo} filled={active} />
|
||||||
)}
|
)}
|
||||||
</SidebarBtn>
|
</SidebarBtn>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue