Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(FooterWithAuth.tsx): remove unnecessary isLoading variable a…
…nd match statement The isLoading variable and the match statement are no longer needed as the useAuthorization hook now directly returns the isAuthorized value. This simplifies the code and improves readability.
- Loading branch information