Skip to content

Commit 6fed64f

Browse files
committed
correct order of notifications
1 parent 70fec92 commit 6fed64f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

frontend/src/components/shared/NavBarBell.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ export default {
128128
async fetchNotifications() {
129129
const notificationsRequest = await this.$http.get('/notifications');
130130
this.notifications = notificationsRequest.data.notifications;
131+
this.notifications = this.notifications.reverse();
131132
},
132133
async newNotificationCheck() {
133134
const notificationsRequest = await this.$http.get('/notifications/unread');

0 commit comments

Comments
 (0)