We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fec92 commit 6fed64fCopy full SHA for 6fed64f
frontend/src/components/shared/NavBarBell.vue
@@ -128,6 +128,7 @@ export default {
128
async fetchNotifications() {
129
const notificationsRequest = await this.$http.get('/notifications');
130
this.notifications = notificationsRequest.data.notifications;
131
+ this.notifications = this.notifications.reverse();
132
},
133
async newNotificationCheck() {
134
const notificationsRequest = await this.$http.get('/notifications/unread');
0 commit comments