Fix calendar detail

This commit is contained in:
Jon Staab
2026-02-06 09:15:03 -08:00
parent 3df3130395
commit 24b88e4ac0
4 changed files with 7 additions and 8 deletions
-2
View File
@@ -104,9 +104,7 @@
let pubkeys: string[] = $state(popKey("RoomMembersAdd.pubkeys") || [])
onMount(() => {
console.log("=====")
if (popKey("RoomMembersAdd.confirm")) {
console.log("hi")
addMembers()
}
})