Skip to content

Commit 2a73075

Browse files
committed
fix(send-bitcoin-confirmation): show Spark label in destination header
1 parent a80a1d9 commit 2a73075

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

app/screens/send-bitcoin-screen/send-bitcoin-confirmation-screen.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,7 @@ const SendBitcoinConfirmationScreen: React.FC<Props> = ({ route }) => {
349349
if (paymentType === "onchain") return LL.common.onchain()
350350
if (paymentType === "lightning") return LL.common.lightning()
351351
if (paymentType === "lnurl") return LL.common.lightning()
352+
if (paymentType === "spark") return LL.common.spark()
352353
}
353354

354355
const isLightningRecommended = () => {

0 commit comments

Comments
 (0)