mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 18:25:41 +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}
|
onMediaClick={handleMediaClick}
|
||||||
onStatusLinkClick={handleStatusLinkClick}
|
onStatusLinkClick={handleStatusLinkClick}
|
||||||
/>
|
/>
|
||||||
{ancestor && isThread && repliesCount > 1 && (
|
{ancestor && repliesCount > 1 && (
|
||||||
<div class="replies-link">
|
<div class="replies-link">
|
||||||
<Icon icon="comment2" />{' '}
|
<Icon icon="comment2" />{' '}
|
||||||
<span title={repliesCount}>
|
<span title={repliesCount}>
|
||||||
|
|
Loading…
Reference in a new issue