mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-09-13 14:22:25 +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 (
|
||||
<SidebarBtn active={active} id={id} label={label} onClick={onClick}>
|
||||
{url ? (
|
||||
<Icon src={Icons.Photo} filled={active} />
|
||||
) : (
|
||||
<img className={css.SidebarBtnImg} src={url} alt={label} />
|
||||
) : (
|
||||
<Icon src={Icons.Photo} filled={active} />
|
||||
)}
|
||||
</SidebarBtn>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue