views, rewards, fixes for no api, other fixes
This commit is contained in:
parent
9532f8b29a
commit
8d67d36ad9
13 changed files with 63 additions and 30 deletions
ui/js/component
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue