Skip to content

Commit

Permalink
Merge pull request #2585 from myxmaster/hide_receive_via_nfc_while_lo…
Browse files Browse the repository at this point in the history
…ading

Hide "RECEIVE VIA NFC" button while loading
  • Loading branch information
kaloudis authored Nov 28, 2024
2 parents d0d52f2 + 7592f47 commit 98d35be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion views/Receive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1953,7 +1953,8 @@ export default class Receive extends React.Component<
)}
{!(
selectedIndex === 3 &&
!lightningAddress
(!lightningAddress ||
lightningAddressLoading)
) &&
nfcSupported && (
<View
Expand Down

0 comments on commit 98d35be

Please sign in to comment.