diff --git a/app/components/cards/Comment.jsx b/app/components/cards/Comment.jsx index fadde770..614baa0e 100644 --- a/app/components/cards/Comment.jsx +++ b/app/components/cards/Comment.jsx @@ -317,7 +317,7 @@ class CommentImpl extends PureComponent {
{controls}
-
+
{showReply && renderedEditor} {replies}
diff --git a/package.json b/package.json index f4566531..65e434c5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "git", "url": "https://github.com/golos-blockchain/ui-blogs.git" }, - "version": "1.4.2", + "version": "1.5.0", "description": "Golos Blogs — децентрализованная платформа блогов, работающая на блокчейне Golos.", "main": "dist/electron/electron.js", "scripts": {