chore: fix formatting (#2430)
Some checks are pending
Multiplatform Docker build & push / build (push) Waiting to run
Code quality - linting and typechecking / linting (push) Waiting to run
Backend testing with Postgres / test-postgres (push) Waiting to run

This commit is contained in:
Roland 2026-06-10 14:51:37 +07:00 committed by GitHub
parent d8faf09109
commit cc429c4553
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;