Skip to content

Commit

Permalink
fix: copy on open channel button on first channel page (#343)
Browse files Browse the repository at this point in the history
  • Loading branch information
rolznz authored Jul 25, 2024
1 parent 71503e1 commit 45600ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/screens/channels/first/FirstChannel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ export function FirstChannel() {
)}
<LoadingButton loading={isLoading} onClick={openChannel}>
Open Channel
{albyBalance && albyBalance?.sats > 0 && <> and Migrate Funds</>}
{canPayForFirstChannel && <> and Migrate Funds</>}
</LoadingButton>
</div>
</>
Expand Down

0 comments on commit 45600ee

Please sign in to comment.