mirror of
https://github.com/AustinKelsay/plebdevs.git
synced 2025-06-06 18:31:00 +00:00
Remove console log
This commit is contained in:
parent
c0cd83d757
commit
34f20795e6
@ -44,7 +44,6 @@ const CombinedDetails = ({ processedEvent, topics, title, summary, image, price,
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (zaps.length > 0) {
|
if (zaps.length > 0) {
|
||||||
console.log('zaps', zaps);
|
|
||||||
const total = getTotalFromZaps(zaps, processedEvent);
|
const total = getTotalFromZaps(zaps, processedEvent);
|
||||||
setZapAmount(total);
|
setZapAmount(total);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user