this.$().on('show.bs.dropdown', () => {
      if (get(this, 'groups.length') === 0) {
        return;
      }
      const notifications = get(this, 'notifications').filter(group => get(group, 'isSeen') === false);