diff --git a/front/src/components/Sidebar.vue b/front/src/components/Sidebar.vue index 03084a634..6f72a9c2f 100644 --- a/front/src/components/Sidebar.vue +++ b/front/src/components/Sidebar.vue @@ -95,6 +95,10 @@ class="item" :to="{name: 'manage.moderation.domains.list'}"> Moderation +
{{ $store.state.ui.notifications.pendingReviewReports }}
{ + commit('notifications', {type: 'pendingReviewReports', count: response.data.count}) + }) + }, websocketEvent ({state}, event) { let handlers = state.websocketEventsHandlers[event.type] console.log('Dispatching websocket event', event, handlers)