fix-author-page
This commit is contained in:
parent
a15069120b
commit
2831d0015f
|
@ -38,7 +38,7 @@ export const AuthorPage = (props: PageProps) => {
|
|||
return (
|
||||
<PageWrap>
|
||||
<Show when={isLoaded()} fallback={<Loading />}>
|
||||
<AuthorView author={props.author} shouts={props.shouts} authorSlug={slug()} />
|
||||
<AuthorView author={props.author} shouts={props.shouts} />
|
||||
</Show>
|
||||
</PageWrap>
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user