smal refactoring
This commit is contained in:
parent
e11916298e
commit
9073b1e91f
|
@ -25,7 +25,7 @@ export const AuthorCard = (props: AuthorCardProps) => {
|
||||||
const subscribed = createMemo(
|
const subscribed = createMemo(
|
||||||
() =>
|
() =>
|
||||||
!!session()
|
!!session()
|
||||||
?.info?.authors?.filter((u) => u === props.author.slug)
|
?.news?.authors?.filter((u) => u === props.author.slug)
|
||||||
.pop()
|
.pop()
|
||||||
)
|
)
|
||||||
const canFollow = createMemo(() => !props.hideFollow && session()?.user?.slug !== props.author.slug)
|
const canFollow = createMemo(() => !props.hideFollow && session()?.user?.slug !== props.author.slug)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user