Fix nevent hints for url-specific stuff

This commit is contained in:
Jon Staab
2025-03-03 12:10:47 -08:00
parent b9fb251b32
commit 345b20bf5d
4 changed files with 11 additions and 5 deletions
@@ -30,7 +30,7 @@
reply()
}
const showInfo = () => pushModal(EventInfo, {event}, {replaceState: true})
const showInfo = () => pushModal(EventInfo, {url, event}, {replaceState: true})
const showDelete = () => pushModal(EventDeleteConfirm, {url, event})
</script>