Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Lex-Ai committed Jul 7, 2023
1 parent 8e3cda3 commit 557e746
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/components/cards/Comment.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ class CommentImpl extends PureComponent {
</div>
<div className="Comment__footer">{controls}</div>
</div>
<div className={'Comment__replies hfeed' + (depth <= 5 ? ' Comment__depth' : '')}>
<div className={'Comment__replies hfeed' + (depth <= 10 ? ' Comment__depth' : '')}>
{showReply && renderedEditor}
{replies}
</div>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 557e746

Please sign in to comment.