views, rewards, fixes for no api, other fixes

This commit is contained in:
Jeremy Kauffman 2017-04-14 18:23:42 -04:00
parent 9532f8b29a
commit 8d67d36ad9
13 changed files with 63 additions and 30 deletions
ui/js/component

View file

@ -43,8 +43,6 @@ let FileActionsRow = React.createClass({
attemptingRemove: false
});
lbry.getCostInfo(this.props.uri).then(({cost}) => {
console.log(cost);
console.log(this.props.uri);
lbry.getBalance((balance) => {
if (cost > balance) {
this.setState({