From 949dae067791523c59b7c5173ae490960bde5c7e Mon Sep 17 00:00:00 2001 From: GoHorse Deploy Date: Fri, 6 Mar 2026 14:21:15 -0300 Subject: [PATCH] fix(users): make user status badge color check case-insensitive --- frontend/src/app/dashboard/users/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/dashboard/users/page.tsx b/frontend/src/app/dashboard/users/page.tsx index f0b1943..3f00bc2 100644 --- a/frontend/src/app/dashboard/users/page.tsx +++ b/frontend/src/app/dashboard/users/page.tsx @@ -586,7 +586,7 @@ export default function AdminUsersPage() {