Fixed link on authors userpic
This commit is contained in:
parent
d1e9276b23
commit
f44d5ed3a2
|
@ -152,6 +152,7 @@ export const AuthorCard = (props: Props) => {
|
|||
isBig={props.isAuthorPage}
|
||||
isAuthorsList={props.isAuthorsList}
|
||||
isFeedMode={props.isFeedMode}
|
||||
slug={props.author.slug}
|
||||
class={styles.circlewrap}
|
||||
/>
|
||||
}
|
||||
|
@ -164,6 +165,7 @@ export const AuthorCard = (props: Props) => {
|
|||
isBig={props.isAuthorPage}
|
||||
isAuthorsList={props.isAuthorsList}
|
||||
isFeedMode={props.isFeedMode}
|
||||
slug={props.author.slug}
|
||||
class={styles.circlewrap}
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue
Block a user