diff --git a/resources/assets/js/components/Timeline.vue b/resources/assets/js/components/Timeline.vue index a013b56e5..25b73b087 100644 --- a/resources/assets/js/components/Timeline.vue +++ b/resources/assets/js/components/Timeline.vue @@ -341,7 +341,6 @@ mounted() { this.$nextTick(function () { $('[data-toggle="tooltip"]').tooltip() - this.fetchNotifications(); }); }, @@ -379,6 +378,7 @@ } $('.timeline .pagination').removeClass('d-none'); this.loading = false; + this.fetchNotifications(); }).catch(err => { }); },