Remove redundant props
This commit is contained in:
parent
6e4f44749e
commit
404de31301
|
@ -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} />
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user