Files
cloud-host/frontend/src/app
keyhan 2dd882bf34 fix: move useQuery before early returns in DashboardLayout
The useQuery hook for unanswered ticket counts was called after
two conditional early returns (isLoading and not isAuthenticated),
violating React rules of hooks. Moved it before the returns
and added isAuthenticated to the enabled condition.
2026-04-08 13:13:20 +03:30
..
2026-04-05 15:22:01 +03:30
2026-04-05 15:22:01 +03:30