mirror of
https://github.com/ecency/ecency-mobile.git
synced 2025-01-03 03:25:24 +03:00
Fixed subcomment issue for comments
This commit is contained in:
parent
1fed78504b
commit
68625b5f4d
@ -248,6 +248,7 @@ class CommentsContainer extends Component {
|
||||
selectedPermlink: _selectedPermlink,
|
||||
isOwnProfile,
|
||||
isHideImage,
|
||||
isShowSubComments,
|
||||
} = this.props;
|
||||
|
||||
return (
|
||||
@ -271,6 +272,7 @@ class CommentsContainer extends Component {
|
||||
isOwnProfile={isOwnProfile}
|
||||
isHideImage={isHideImage}
|
||||
handleOnVotersPress={this._handleOnVotersPress}
|
||||
isShowSubComments={isShowSubComments}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user