From aa0db24d0d9d8dac430d7e024b2c25bbdd90f223 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Sat, 2 Oct 2021 11:48:45 -0400 Subject: [PATCH] Temp workaround claims in channel count 0 --- ui/component/channelContent/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {