Temp workaround claims in channel count 0

This commit is contained in:
Thomas Zarebczan 2021-10-02 11:48:45 -04:00 committed by GitHub
parent 1cb0461991
commit aa0db24d0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,7 +56,7 @@ function ChannelContent(props: Props) {
claimType,
empty,
} = props;
const claimsInChannel = (claim && claim.meta.claims_in_channel) || 0;
const claimsInChannel = (claim && claim.meta.claims_in_channel && 1) || 0;
const [searchQuery, setSearchQuery] = React.useState('');
const [searchResults, setSearchResults] = React.useState(undefined);
const {