only show content for tags on the homepage
This commit is contained in:
parent
0015cd909e
commit
195fb4363b
1 changed files with 2 additions and 0 deletions
|
@ -97,6 +97,7 @@ function HomePage(props: Props) {
|
|||
options: {
|
||||
pageSize: 4,
|
||||
tags: [tag.name],
|
||||
claimType: ['stream'],
|
||||
},
|
||||
}));
|
||||
rowData.push(...followedRows);
|
||||
|
@ -108,6 +109,7 @@ function HomePage(props: Props) {
|
|||
link: `/$/${PAGES.TAGS_FOLLOWING}`,
|
||||
options: {
|
||||
tags: followedTags.map(tag => tag.name),
|
||||
claimType: ['stream'],
|
||||
},
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue