mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 22:57:21 +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 moment(o.date).toDate();
|
||||||
}]);
|
}]);
|
||||||
|
|
||||||
return conversations;
|
return conversations.reverse();
|
||||||
},
|
},
|
||||||
filtersConversations () {
|
filtersConversations () {
|
||||||
if (!this.search) return this.conversations;
|
if (!this.search) return this.conversations;
|
||||||
|
|||||||
Reference in New Issue
Block a user