fixed misstructured call

This commit is contained in:
Mayesters 2017-05-31 12:33:39 +02:00
parent 21d8e0c7d1
commit dc2dfff148

View file

@ -99,7 +99,7 @@ class HelpPage extends React.Component {
<div className="card__content">
{this.state.appVersionInfo ?
(ver.lbrynet_update_available || ver.lbryum_update_available ?
<p>{__("A newer version of LBRY is available.")} <Link href={newVerLink} label={__("Download LBRY %s now!"), ver.remote_lbrynet} /></p>
<p>{__("A newer version of LBRY is available.")} <Link href={newVerLink} label={__("Download LBRY %s now!", ver.remote_lbrynet)} /></p>
: <p>{__("Your copy of LBRY is up to date.")}</p>) : null}
{ ver ?
<table className="table-standard">