Fix no expand button bug
This commit is contained in:
parent
2cb950b6d8
commit
60f4cca007
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ function CommentList(props: Props) {
|
|||
|
||||
{isMobile && (
|
||||
<div className="card__bottom-actions--comments">
|
||||
{moreBelow && (
|
||||
{(!expandedComments || moreBelow) && (
|
||||
<Button
|
||||
button="link"
|
||||
title={!expandedComments ? __('Expand Comments') : __('Load More')}
|
||||
|
|
Loading…
Reference in a new issue