cms
cms copied to clipboard
Fix: 690 - Login button space on AppBar is blank for some seconds when session is loading
PR Fixes:
- 1 Have fixed the bug in which "Join Now" buttons on AppBar was hidden when a user opens the site in a fresh window or incognito window
- 2 Have added a placeholder loader while the session is loading, which improves the user experience
- 3 Have also improved the code by removing isLoading used redundantly within ternary operator
Resolves Issue #690 by @hkirat
Checklist before requesting a review
- [x] I have performed a self-review of my code
- [x] I assure there is no similar/duplicate pull request regarding same issue