mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
chore: show + onchain fees for internal swap ins too
Some checks failed
Multiplatform Docker build & push / build (push) Has been cancelled
Some checks failed
Multiplatform Docker build & push / build (push) Has been cancelled
This commit is contained in:
parent
2d8f09e5dd
commit
031a16ac46
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue