Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: copy on open channel button on first channel page #343

Merged
merged 1 commit into from
Jul 25, 2024

Conversation

rolznz
Copy link
Contributor

@rolznz rolznz commented Jul 25, 2024

No description provided.

@rolznz rolznz merged commit 45600ee into master Jul 25, 2024
8 checks passed
@rolznz rolznz deleted the fix/open-channel-button-copy branch July 25, 2024 15:16
@@ -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</>}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rolznz I thought also when the balance is too low to pay for a channel, the hosted balances is migrated anyway, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, yes this is wrong. Thanks! I'll make a new PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants