fix: manual streams

This commit is contained in:
2024-03-12 22:42:58 +00:00
parent 9bfed646d1
commit 345c1d58bf
8 changed files with 169 additions and 46 deletions

View File

@ -58,7 +58,7 @@ export default function DashboardIntroStep4() {
<DefaultButton
onClick={async () => {
const pub = login?.publisher();
if (!goal && pub) {
if (!goal && pub && goalName && goalAmount) {
const goalEvent = await pub.generic(eb => {
return eb
.kind(GOAL)