Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(NavbarWithAuth.tsx): remove unnecessary isLoading variable a…
…nd match statement The isLoading variable and the match statement are no longer needed as the useAuthorization hook no longer returns an isLoading property. The code has been simplified to directly use the isAuthorized property to determine whether to display the authorized or unauthorized Navbar component.
- Loading branch information