Remove redundant event listeners adding in home

This commit is contained in:
NicolasCantu 2025-05-20 17:49:53 +02:00
parent abfe581f29
commit 0c2df347ec

View File

@ -28,8 +28,6 @@ export async function initHomePage(): Promise<void> {
// Add this line to populate the select when the page loads
await populateMemberSelect();
await registerAllListeners();
}
//// Modal