diff --git a/data/interfaces/default/js/tables/notification_logs.js b/data/interfaces/default/js/tables/notification_logs.js
index 5ff5df73..4c306419 100644
--- a/data/interfaces/default/js/tables/notification_logs.js
+++ b/data/interfaces/default/js/tables/notification_logs.js
@@ -87,9 +87,9 @@ notification_log_table_options = {
"data": "success",
"createdCell": function (td, cellData, rowData, row, col) {
if (cellData == 1) {
- $(td).html('');
+ $(td).html('');
} else {
- $(td).html('');
+ $(td).html('');
}
},
"searchable": false,