diff --git a/js/page/publish.js b/js/page/publish.js index d3880dc20..3ae4ef27e 100644 --- a/js/page/publish.js +++ b/js/page/publish.js @@ -269,7 +269,6 @@ var PublishPage = React.createClass({

Bid Amount

Credits - {this.state.bid && isNaN(this.state.bid) ? Must be a number : ''}
How much would you like to bid for this name? { !this.state.nameResolved ? Since this name is not currently resolved, you may bid as low as you want, but higher bids help prevent others from claiming your name. : You must bid over {lbry.formatCredits(this.state.claimValue)} credits to claim this name. } @@ -285,7 +284,6 @@ var PublishPage = React.createClass({
How much would you like to charge for this file?