feat: categories and popups #171

Merged
enes merged 22 commits from 116-categories into staging 2024-12-12 16:37:38 +00:00
Showing only changes of commit 4bf84cd9a6 - Show all commits

View File

@ -256,9 +256,6 @@ export const ModForm = ({ existingModData }: ModFormProps) => {
tags
}
console.log(unsignedEvent)
return
const signedEvent = await window.nostr
?.signEvent(unsignedEvent)
.then((event) => event as Event)