diff --git a/app/templates/views/notifications.html b/app/templates/views/notifications.html index 75986b51a..6f361d708 100644 --- a/app/templates/views/notifications.html +++ b/app/templates/views/notifications.html @@ -21,13 +21,11 @@ {% if not message_type == "letter" %} - {% if current_user.has_permissions('view_activity') %} - {{ ajax_block( - partials, - url_for('.get_notifications_as_json', service_id=current_service.id, message_type=message_type, status=status), - 'counts' - ) }} - {% endif %} + {{ ajax_block( + partials, + url_for('.get_notifications_as_json', service_id=current_service.id, message_type=message_type, status=status), + 'counts' + ) }}