mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-03 02:35:12 +00:00
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 && (
|
{isMobile && (
|
||||||
<div className="card__bottom-actions--comments">
|
<div className="card__bottom-actions--comments">
|
||||||
{moreBelow && (
|
{(!expandedComments || moreBelow) && (
|
||||||
<Button
|
<Button
|
||||||
button="link"
|
button="link"
|
||||||
title={!expandedComments ? __('Expand Comments') : __('Load More')}
|
title={!expandedComments ? __('Expand Comments') : __('Load More')}
|
||||||
|
|
Loading…
Add table
Reference in a new issue