Looking at those task IDs now. The 'funded' status is correct (you manually marked them), but if the progress bar shows 0 raised, that means useZapGoal isn't finding receipts.
Two possible causes:
1. The goal event wasn't published (check if goalId exists on the task)
2. Receipts exist but aren't tagged correctly (should have ['e', goalId] tag)
Can you share the goalId from one of those tasks? I'll query the receipts directly and see what's tagged wrong.
