Hey is a decentralized and permissionless social media app built with Lens Protocol 🌿

fix: update Trade component to display estimated output with zero decimal places for better clarity

yoginth.com 6a443124 705f8213

verified
+1 -1
+1 -1
apps/web/src/components/Account/CreatorCoin/Trade.tsx
··· 250 250 ? mode === "buy" 251 251 ? `${Number( 252 252 formatUnits(BigInt(estimatedOut), tokenDecimals) 253 - ).toFixed(6)}` 253 + ).toFixed(0)}` 254 254 : `${Number(formatEther(BigInt(estimatedOut))).toFixed(6)} ETH` 255 255 : "-"} 256 256 </div>