Removed undeclared props

This commit is contained in:
kvakazyambra 2023-08-28 00:30:08 +03:00
parent 20d7c585e8
commit cf3d30ab55

View File

@ -295,7 +295,7 @@ export const AuthorView = (props: AuthorProps) => {
</Show>
<Show when={sortedArticles().length === 3}>
<Row3 articles={sortedArticles()} isEqual={true} noAuthorLink={true} />
<Row3 articles={sortedArticles()} noAuthorLink={true} />
</Show>
<Show when={sortedArticles().length > 3}>