Merge pull request #91 from lbryio/publish-my-claim-fix
Fix issue with live updating logic on Publish page
This commit is contained in:
commit
90b483ea7e
1 changed files with 1 additions and 0 deletions
|
@ -164,6 +164,7 @@ var PublishPage = React.createClass({
|
|||
this.setState({
|
||||
name: name,
|
||||
nameResolved: false,
|
||||
myClaimExists: false,
|
||||
});
|
||||
} else {
|
||||
lbry.getMyClaim(name, (myClaimInfo) => {
|
||||
|
|
Loading…
Reference in a new issue