mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-22 21:01:31 +03:00
fixed bug with sorting
This commit is contained in:
parent
a36f56eede
commit
8c8948f3f2
@ -165,7 +165,7 @@ const CommentsContainer = ({
|
||||
.then((__comments) => {
|
||||
//TODO: favourable place for merging comment cache
|
||||
if (selectedFilter) {
|
||||
const __comments = _shortComments(selectedFilter, __comments);
|
||||
__comments = _shortComments(selectedFilter, __comments);
|
||||
}
|
||||
|
||||
__comments = _handleCachedComment(__comments);
|
||||
|
Loading…
Reference in New Issue
Block a user