Remove redundant props

This commit is contained in:
kvakazyambra 2023-09-06 23:50:16 +03:00
parent 6e4f44749e
commit 404de31301

View File

@ -106,7 +106,7 @@ export const HomeView = (props: HomeProps) => {
return ( return (
<Show when={sortedArticles().length > 0}> <Show when={sortedArticles().length > 0}>
<NavTopics topics={randomTopics()} /> <NavTopics />
<Row5 articles={sortedArticles().slice(0, 5)} nodate={true} /> <Row5 articles={sortedArticles().slice(0, 5)} nodate={true} />