Fix collection filter

This commit is contained in:
Thomas Zarebczan 2022-01-17 12:06:59 -05:00 committed by GitHub
parent 507d34dd8c
commit df2ed078b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;