Skip to content

feat: handle balances when returned as null (when hub connected to getalby.com is offfline)#3312

Open
pavanjoshi914 wants to merge 1 commit into
masterfrom
fix-balances
Open

feat: handle balances when returned as null (when hub connected to getalby.com is offfline)#3312
pavanjoshi914 wants to merge 1 commit into
masterfrom
fix-balances

Conversation

@pavanjoshi914

Copy link
Copy Markdown
Member

before:
image
image

after:
image
image

@pavanjoshi914

Copy link
Copy Markdown
Member Author

NaN also belong to number object so we cannot use typeof x == "number" to exlude it. so i used Number.isFinite() for checks

this helps hiding balances for all the cases where balance doesnt have actual balance returned

@pavanjoshi914 pavanjoshi914 changed the title feat: hide balances if balance is returned as null (when hub connected to getalby.com is offfline) feat: handle balances when returned as null (when hub connected to getalby.com is offfline) Feb 28, 2025
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.

1 participant