fix upload crash #7399

Merged
jessopb merged 1 commit from fix-uploadCrash into master 2022-01-04 16:13:15 +01:00

View file

@ -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;
}