From 9298db089b13276a1b7f95d37fa548847c0339f6 Mon Sep 17 00:00:00 2001 From: Alex Liebowitz Date: Wed, 27 Jul 2016 12:55:58 -0400 Subject: [PATCH] Remove warnings about non-numeric input (will replace with input filtering)" Remove warnings about non-numeric input Will replace with input filtering --- js/page/publish.js | 2 -- 1 file changed, 2 deletions(-) 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?