diff --git a/src/views/Notifications/columns.jsx b/src/views/Notifications/columns.jsx
index f31e4af6..3b3f1c47 100644
--- a/src/views/Notifications/columns.jsx
+++ b/src/views/Notifications/columns.jsx
@@ -782,43 +782,42 @@ export const createColumns = ({
) : null}
-
- {showDeleteLog ? (
-
-
-
-
-
-
-
- {t(
- 'view.notification.actions.delete_log'
- )}
-
-
-
-
- ) : null}
) : null}
+ {showDeleteLog ? (
+
+
+
+
+
+
+
+ {t(
+ 'view.notification.actions.delete_log'
+ )}
+
+
+
+
+ ) : null}
);
}