mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-20 10:55:37 -05:00
feat(gui): Button to open modal with QR code of Bitcoin address (#116)
This commit is contained in:
parent
2bffe40a37
commit
15b43bf4a4
6 changed files with 134 additions and 71 deletions
|
|
@ -216,7 +216,7 @@ export default function SwapStatusAlert({
|
|||
<Alert
|
||||
key={swap.swap_id}
|
||||
severity="warning"
|
||||
action={<SwapResumeButton swap={swap} />}
|
||||
action={<SwapResumeButton swap={swap}>Resume Swap</SwapResumeButton>}
|
||||
variant="filled"
|
||||
>
|
||||
<AlertTitle>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue