Fix userpic in the sidebar on the feed page

This commit is contained in:
kvakazyambra 2023-06-09 01:04:55 +03:00
parent e4ac8d8b56
commit 5b824d8e2f

View File

@ -112,7 +112,7 @@ export const Sidebar = (props: FeedSidebarProps) => {
> >
<div class={styles.sidebarItemName}> <div class={styles.sidebarItemName}>
<Show when={authorEntities()[authorSlug]}> <Show when={authorEntities()[authorSlug]}>
<Userpic user={authorEntities()[authorSlug]?.userpic} /> <Userpic user={authorEntities()[authorSlug]} />
</Show> </Show>
<Show when={!authorEntities()[authorSlug]}> <Show when={!authorEntities()[authorSlug]}>
<Icon name="hash" class={styles.icon} /> <Icon name="hash" class={styles.icon} />