Fix collection filter
This commit is contained in:
parent
507d34dd8c
commit
df2ed078b3
1 changed files with 3 additions and 0 deletions
|
@ -212,6 +212,9 @@ function ClaimListDiscover(props: Props) {
|
|||
if (contentTypeParam) {
|
||||
switch (contentTypeParam) {
|
||||
case CS.CLAIM_COLLECTION:
|
||||
claimTypeParam = contentTypeParam;
|
||||
streamTypeParam = undefined;
|
||||
break;
|
||||
case CS.CLAIM_REPOST:
|
||||
claimTypeParam = contentTypeParam;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue