diff --git a/js/component/common.js b/js/component/common.js index 11bd34421..4daaed476 100644 --- a/js/component/common.js +++ b/js/component/common.js @@ -73,7 +73,7 @@ var CreditAmount = React.createClass({ var formattedAmount = lbry.formatCredits(this.props.amount); return ( - {formattedAmount} credits + {formattedAmount} { this.props.isEstimate ? (est) : null } );