mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-17 17:44:02 -05:00
feat(gui): Display markup on "waiting for bitcoin deposit page" (#209)
* feat(gui): Display markup on "waiting for bitcoin deposit page" * feat: Enable fetching of fiat rates by default
This commit is contained in:
parent
bdb406a299
commit
e336051c1b
6 changed files with 49 additions and 21 deletions
|
|
@ -14,6 +14,7 @@ import ActionableMonospaceTextBox from "renderer/components/other/ActionableMono
|
|||
import MonospaceTextBox from "renderer/components/other/MonospaceTextBox";
|
||||
import {
|
||||
MoneroBitcoinExchangeRate,
|
||||
MoneroBitcoinExchangeRateFromAmounts,
|
||||
PiconeroAmount,
|
||||
SatsAmount,
|
||||
} from "renderer/components/other/Units";
|
||||
|
|
@ -78,7 +79,7 @@ export default function HistoryRowExpanded({
|
|||
<TableRow>
|
||||
<TableCell>Exchange Rate</TableCell>
|
||||
<TableCell>
|
||||
<MoneroBitcoinExchangeRate
|
||||
<MoneroBitcoinExchangeRateFromAmounts
|
||||
satsAmount={swap.btc_amount}
|
||||
piconeroAmount={swap.xmr_amount}
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue