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}
|
isBig={props.isAuthorPage}
|
||||||
isAuthorsList={props.isAuthorsList}
|
isAuthorsList={props.isAuthorsList}
|
||||||
isFeedMode={props.isFeedMode}
|
isFeedMode={props.isFeedMode}
|
||||||
|
slug={props.author.slug}
|
||||||
class={styles.circlewrap}
|
class={styles.circlewrap}
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
|
@ -164,6 +165,7 @@ export const AuthorCard = (props: Props) => {
|
||||||
isBig={props.isAuthorPage}
|
isBig={props.isAuthorPage}
|
||||||
isAuthorsList={props.isAuthorsList}
|
isAuthorsList={props.isAuthorsList}
|
||||||
isFeedMode={props.isFeedMode}
|
isFeedMode={props.isFeedMode}
|
||||||
|
slug={props.author.slug}
|
||||||
class={styles.circlewrap}
|
class={styles.circlewrap}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user