diff --git a/front/userNotifications.php b/front/userNotifications.php index f5362982..1100631e 100755 --- a/front/userNotifications.php +++ b/front/userNotifications.php @@ -88,7 +88,7 @@ require 'php/templates/header.php'; } // Keep sortable value for DataTables - if (type === "sort" || type === "type") { + if (type === "sort" || type === "type" || type !== "display") { return result; }