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) {
|
if (contentTypeParam) {
|
||||||
switch (contentTypeParam) {
|
switch (contentTypeParam) {
|
||||||
case CS.CLAIM_COLLECTION:
|
case CS.CLAIM_COLLECTION:
|
||||||
|
claimTypeParam = contentTypeParam;
|
||||||
|
streamTypeParam = undefined;
|
||||||
|
break;
|
||||||
case CS.CLAIM_REPOST:
|
case CS.CLAIM_REPOST:
|
||||||
claimTypeParam = contentTypeParam;
|
claimTypeParam = contentTypeParam;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Add table
Reference in a new issue