diff --git a/ui/component/channelContent/view.jsx b/ui/component/channelContent/view.jsx index a6981cd15..5056411a9 100644 --- a/ui/component/channelContent/view.jsx +++ b/ui/component/channelContent/view.jsx @@ -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 {