diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fb8c8090..6c1712f0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Web UI version numbers should always match the corresponding version of LBRY App * ### Changed - * + * In error modal, hide details in expandable section * * diff --git a/js/app.js b/js/app.js index 0cf11a654..ab5fc1c3b 100644 --- a/js/app.js +++ b/js/app.js @@ -18,7 +18,7 @@ import DeveloperPage from './page/developer.js'; import {FileListDownloaded, FileListPublished} from './page/file-list.js'; import Drawer from './component/drawer.js'; import Header from './component/header.js'; -import Modal from './component/modal.js'; +import {Modal, ExpandableModal} from './component/modal.js'; import {Link} from './component/link.js'; @@ -236,19 +236,16 @@ var App = React.createClass({ Downloading Update: {this.state.downloadProgress}% Complete - + Error We're sorry that LBRY has encountered an error. This has been reported and we will investigate the problem. - {this.state.errorInfo} - - - - + ); }
We're sorry that LBRY has encountered an error. This has been reported and we will investigate the problem.