diff --git a/CHANGELOG.md b/CHANGELOG.md index ccf9c3afd..22cc03a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ Web UI version numbers should always match the corresponding version of LBRY App * ### Fixed - * + * On load screen, always show Cancel link if a previous page is available * * diff --git a/js/component/load_screen.js b/js/component/load_screen.js index d8dedbe3d..ad013030c 100644 --- a/js/component/load_screen.js +++ b/js/component/load_screen.js @@ -34,7 +34,7 @@ var LoadScreen = React.createClass({ {this.props.isWarning ? : null} {this.props.details} - {this.props.isWarning + {window.history.length > 1 ?
: null}