mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
Reversed order to put newest on top (#10059)
This commit is contained in:
@@ -267,7 +267,7 @@ export default {
|
||||
return moment(o.date).toDate();
|
||||
}]);
|
||||
|
||||
return conversations;
|
||||
return conversations.reverse();
|
||||
},
|
||||
filtersConversations () {
|
||||
if (!this.search) return this.conversations;
|
||||
|
||||
Reference in New Issue
Block a user