Rename selectedMemberId to selectedMember

This commit is contained in:
NicolasCantu 2025-01-15 13:00:06 +01:00
parent 221e1948db
commit 397d9bcdd8

View File

@ -37,6 +37,7 @@ class ChatElement extends HTMLElement {
private processId: string | null = null;
private processRoles: any | null = null;
private selectedMember: string[] = [];
private notifications: LocalNotification[] = [];
private notificationBadge = document.querySelector('.notification-badge');
private notificationBoard = document.getElementById('notification-board');