mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
chore: fix formatting (#2430)
This commit is contained in:
parent
d8faf09109
commit
cc429c4553
1 changed files with 6 additions and 1 deletions
|
|
@ -99,7 +99,12 @@ export default function SwapInStatus() {
|
|||
// only auto-redeem while the swap is still awaiting its on-chain deposit,
|
||||
// otherwise a refresh/revisit of ?internal=true would submit a second
|
||||
// redeem request for an already-funded swap
|
||||
if (isInternalSwap && swap && swap.state === "PENDING" && !swap.lockupTxId) {
|
||||
if (
|
||||
isInternalSwap &&
|
||||
swap &&
|
||||
swap.state === "PENDING" &&
|
||||
!swap.lockupTxId
|
||||
) {
|
||||
setPaidWithAlbyHub((current) => {
|
||||
if (current) {
|
||||
return current;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue