Removed undeclared props
This commit is contained in:
parent
20d7c585e8
commit
cf3d30ab55
|
@ -295,7 +295,7 @@ export const AuthorView = (props: AuthorProps) => {
|
||||||
</Show>
|
</Show>
|
||||||
|
|
||||||
<Show when={sortedArticles().length === 3}>
|
<Show when={sortedArticles().length === 3}>
|
||||||
<Row3 articles={sortedArticles()} isEqual={true} noAuthorLink={true} />
|
<Row3 articles={sortedArticles()} noAuthorLink={true} />
|
||||||
</Show>
|
</Show>
|
||||||
|
|
||||||
<Show when={sortedArticles().length > 3}>
|
<Show when={sortedArticles().length > 3}>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user