mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 10:15:37 +03:00
Also show comment icon when not a thread
This commit is contained in:
parent
d59ee9169f
commit
72c5411347
1 changed files with 1 additions and 1 deletions
|
@ -819,7 +819,7 @@ function StatusThread({ id, closeLink = '/', instance: propInstance }) {
|
|||
onMediaClick={handleMediaClick}
|
||||
onStatusLinkClick={handleStatusLinkClick}
|
||||
/>
|
||||
{ancestor && isThread && repliesCount > 1 && (
|
||||
{ancestor && repliesCount > 1 && (
|
||||
<div class="replies-link">
|
||||
<Icon icon="comment2" />{' '}
|
||||
<span title={repliesCount}>
|
||||
|
|
Loading…
Reference in a new issue