categories,18popup,clear.TextEditorSwap,GameCardHover #177

Merged
freakoverse merged 64 commits from staging into master 2024-12-24 19:44:30 +00:00
Showing only changes of commit 4bf84cd9a6 - Show all commits

View File

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