Skip to content

Commit

Permalink
Fixed Bug: User not notified when he's in a group
Browse files Browse the repository at this point in the history
Front-end was not coded to hook this kind of notification

#614
  • Loading branch information
OrAbramovich committed Jun 22, 2018
1 parent 1459dcb commit 9120876
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions views/src/components/sub-components/AppNotifications.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@
color: 'info',
icon: 'edit',
title: 'An ad was updated'
},
{
color: 'info',
icon: 'person_add',
title: 'Added to group!'
}
],
notificationsReady: false,
Expand Down

0 comments on commit 9120876

Please sign in to comment.