diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f0e50e0f..0d2c86c45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -35,6 +35,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). * Fix notification modals when reward is claimed ([#1436])(https://github.com/lbryio/lbry-app/issues/1436) and ([#1407])(https://github.com/lbryio/lbry-app/issues/1407) * Fix disabled cards(grayed out) ([#1466])(https://github.com/lbryio/lbry-app/issues/1466) * Fix markdown render ([#1179](https://github.com/lbryio/lbry-app/issues/1179)) + * Fix new lines not showing correctly after markdown changes ([#1504](https://github.com/lbryio/lbry-app/issues/1504)) ## [0.21.3] - 2018-04-23 diff --git a/src/renderer/component/video/internal/play-button.jsx b/src/renderer/component/video/internal/play-button.jsx index 8055dd5ff..dcc30e8cc 100644 --- a/src/renderer/component/video/internal/play-button.jsx +++ b/src/renderer/component/video/internal/play-button.jsx @@ -17,9 +17,7 @@ class VideoPlayButton extends React.PureComponent { const icon = doesPlayback ? 'Play' : 'Folder'; const label = doesPlayback ? 'Play' : 'View'; - return ( -