Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyRonning committed Feb 6, 2024
1 parent 3976243 commit 6127f45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/Send.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ export function Send() {
? sentDetails()?.txid
: undefined
: sentDetails()
? sentDetails()?.payment_hash
: undefined;
? sentDetails()?.payment_hash
: undefined;
const kind = sentDetails()?.txid ? "OnChain" : "Lightning";

console.log("Opening details modal: ", paymentTxId, kind);
Expand Down

0 comments on commit 6127f45

Please sign in to comment.