update change.log

This commit is contained in:
btzr-io 2018-05-03 11:22:10 -06:00
parent 54c693767c
commit fd822555c8
3 changed files with 10 additions and 3 deletions

View file

@ -27,7 +27,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
* Fix alternate row shading for transactions on dark theme ([#1355](https://github.com/lbryio/lbry-app/issues/#1355))
* Fix Description box on Publish (dark theme) ([#1356](https://github.com/lbryio/lbry-app/issues/#1356))
* Fix spacing in search suggestions ([#1422])(https://github.com/lbryio/lbry-app/pull/1422))
* Fix spacing in search suggestions ([#1422])(https://github.com/lbryio/lbry-app/pull/1422))
* Fix text/HTML files don't display correctly in-app anymore ([#1379])(https://github.com/lbryio/lbry-app/issues/1379)
## [0.21.3] - 2018-04-23

View file

@ -9,7 +9,11 @@ class ModalAffirmPurchase extends React.PureComponent {
}
render() {
const { cancelPurchase, metadata: { title }, uri } = this.props;
const {
cancelPurchase,
metadata: { title },
uri,
} = this.props;
return (
<Modal

View file

@ -3,7 +3,9 @@ import { Modal } from 'modal/modal';
class ModalFileTimeout extends React.PureComponent {
render() {
const { metadata: { title } } = this.props;
const {
metadata: { title },
} = this.props;
return (
<Modal isOpen contentLabel={__('Download failed')} onConfirmed={closeModal}>