fix-author-page

This commit is contained in:
tonyrewin 2022-11-25 11:24:07 +03:00
parent a15069120b
commit 2831d0015f

View File

@ -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>
)