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
+1 -1
View File
@@ -16,7 +16,7 @@
const showInfo = () => {
onClick()
pushModal(EventInfo, {event})
pushModal(EventInfo, {url, event})
}
const showDelete = () => {