chaynHQ / bloom-frontend

Code for the for the frontend of the Bloom service.
https://bloom.chayn.co/
MIT License
27 stars 46 forks source link

Update login.tsx #1045

Closed nipunh closed 1 month ago

nipunh commented 1 month ago

Issue link / number:

https://github.com/chaynHQ/bloom-frontend/issues/1044

What changes did you make?

Update the check requested in issue

Why did you make the changes?

if (partnerAdmin?.id) to if (partnerAdmin?.active)

Did you run tests?

No

@kyleecodes