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 stakedLevel = selectTotalStakedAmountForChannelUri(state, uri)(state);
|
||||
const stakedLevel = selectTotalStakedAmountForChannelUri(state, uri);
|
||||
|
||||
return stakedLevel;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue