This commit is contained in:
zmeyer44 2023-10-24 18:12:14 -04:00
parent 158500e80d
commit 56862f4a48

View File

@ -127,7 +127,6 @@ export default function CreateCalendarEventModal() {
tags: tags,
kind: 31923,
};
if (confirm("end")) return;
const event = await createEvent(ndk, preEvent);
if (event) {
toast.success("Event Created!");