chore: show + onchain fees for internal swap ins too
Some checks failed
Multiplatform Docker build & push / build (push) Has been cancelled

This commit is contained in:
Adithya Vardhan 2026-06-25 15:01:30 +05:30
parent 2d8f09e5dd
commit 031a16ac46

View file

@ -302,8 +302,8 @@ function SwapInForm() {
<div className="flex items-center justify-between">
<Label>{isInternalSwap ? "Swap Fee" : "Fee"}</Label>
<p className="text-muted-foreground text-sm">
{swapInfo.albyServiceFee + swapInfo.boltzServiceFee}%
{!isInternalSwap && " + on-chain fees"}
{swapInfo.albyServiceFee + swapInfo.boltzServiceFee}% + on-chain
fees
</p>
</div>
</div>