fixed misstructured call
This commit is contained in:
parent
21d8e0c7d1
commit
dc2dfff148
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ class HelpPage extends React.Component {
|
||||||
<div className="card__content">
|
<div className="card__content">
|
||||||
{this.state.appVersionInfo ?
|
{this.state.appVersionInfo ?
|
||||||
(ver.lbrynet_update_available || ver.lbryum_update_available ?
|
(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}
|
: <p>{__("Your copy of LBRY is up to date.")}</p>) : null}
|
||||||
{ ver ?
|
{ ver ?
|
||||||
<table className="table-standard">
|
<table className="table-standard">
|
||||||
|
|
Loading…
Reference in a new issue