Fix userpic in the sidebar on the feed page
This commit is contained in:
parent
e4ac8d8b56
commit
5b824d8e2f
|
@ -112,7 +112,7 @@ export const Sidebar = (props: FeedSidebarProps) => {
|
|||
>
|
||||
<div class={styles.sidebarItemName}>
|
||||
<Show when={authorEntities()[authorSlug]}>
|
||||
<Userpic user={authorEntities()[authorSlug]?.userpic} />
|
||||
<Userpic user={authorEntities()[authorSlug]} />
|
||||
</Show>
|
||||
<Show when={!authorEntities()[authorSlug]}>
|
||||
<Icon name="hash" class={styles.icon} />
|
||||
|
|
Loading…
Reference in New Issue
Block a user