mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-04 13:09:41 +00:00
Reversed order to put newest on top (#10059)
This commit is contained in:
parent
5265e6d321
commit
dee81ee6c9
1 changed files with 1 additions and 1 deletions
|
|
@ -267,7 +267,7 @@ export default {
|
|||
return moment(o.date).toDate();
|
||||
}]);
|
||||
|
||||
return conversations;
|
||||
return conversations.reverse();
|
||||
},
|
||||
filtersConversations () {
|
||||
if (!this.search) return this.conversations;
|
||||
|
|
|
|||
Loading…
Reference in a new issue