diff --git a/src/components/Feed/Sidebar/Sidebar.tsx b/src/components/Feed/Sidebar/Sidebar.tsx index c82904c1..d75873b6 100644 --- a/src/components/Feed/Sidebar/Sidebar.tsx +++ b/src/components/Feed/Sidebar/Sidebar.tsx @@ -9,6 +9,7 @@ import { useSession } from '../../../context/session' import { useLocalize } from '../../../context/localize' import styles from './Sidebar.module.scss' import { clsx } from 'clsx' +import Userpic from '../../Author/Userpic' type FeedSidebarProps = { authors: Author[] @@ -110,7 +111,12 @@ export const Sidebar = (props: FeedSidebarProps) => { classList={{ [styles.unread]: checkAuthorIsSeen(authorSlug) }} >