fix upload crash (#7399)
This commit is contained in:
parent
cedfd3e32c
commit
ba2caf4eb2
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ export const selectActiveChannelStakedLevel = createSelector(
|
||||||
}
|
}
|
||||||
|
|
||||||
const uri = activeChannelClaim.permanent_url;
|
const uri = activeChannelClaim.permanent_url;
|
||||||
const stakedLevel = selectTotalStakedAmountForChannelUri(state, uri)(state);
|
const stakedLevel = selectTotalStakedAmountForChannelUri(state, uri);
|
||||||
|
|
||||||
return stakedLevel;
|
return stakedLevel;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue