Performance update.

This commit is contained in:
2025-12-07 23:18:28 +01:00
parent 2d080bfb61
commit 13024a0333
2 changed files with 58 additions and 32 deletions
-1
View File
@@ -173,7 +173,6 @@ class NotificationItem extends BaseComponent {
const notif = this.notifData;
const isUnread = notif.read === 0;
const typeLabel = this.getTypeLabel(notif.type);
console.info(notif);
const username = notif.username.name || notif.user_username.name || notif.name || 'Someone';
this.addClass('notification-item');