correct overlay zap text for anon

This commit is contained in:
keyan 2023-08-11 12:43:18 -05:00
parent e4c2d113ef
commit 9c6ecf9526
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ export default function UpVote ({ item, className, pendingSats, setPendingSats }
sats = raiseTip - meSats
}
return [meSats, sats, numWithUnits(sats, { abbreviate: false }), getColor(meSats)]
return [meSats, sats, me ? numWithUnits(sats, { abbreviate: false }) : 'zap it', getColor(meSats)]
}, [item?.meSats, item?.meAnonSats, pendingSats, me?.tipDefault, me?.turboDefault])
return (