Temp workaround SDK 0 count
This commit is contained in:
parent
11c9a53872
commit
1cb0461991
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ export default function CreatorAnalytics(props: Props) {
|
||||||
const [error, setError] = React.useState();
|
const [error, setError] = React.useState();
|
||||||
const [fetchingStats, setFetchingStats] = React.useState(false);
|
const [fetchingStats, setFetchingStats] = React.useState(false);
|
||||||
const claimId = claim && claim.claim_id;
|
const claimId = claim && claim.claim_id;
|
||||||
const channelHasClaims = claim && claim.meta && claim.meta.claims_in_channel && claim.meta.claims_in_channel > 0;
|
const channelHasClaims = claim && claim.meta && claim.meta.claims_in_channel;
|
||||||
|
|
||||||
React.useEffect(() => {
|
React.useEffect(() => {
|
||||||
setStats(null);
|
setStats(null);
|
||||||
|
|
Loading…
Reference in a new issue