Log to debug

This commit is contained in:
austinkelsay 2024-11-09 12:19:41 -06:00
parent 36be3bdc12
commit b62c5e13a1
No known key found for this signature in database
GPG Key ID: 44CB4EC6D9F2FA02

View File

@ -37,6 +37,7 @@ const DocumentDetails = ({ processedEvent, topics, title, summary, image, price,
const total = getTotalFromZaps(zaps, processedEvent);
setZapAmount(total);
}
console.log('processedEvent', processedEvent);
}, [zaps, processedEvent]);
useEffect(() => {