From 2638eb226ba29f5aedcda4106197e099c66fd2e7 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Tue, 31 Mar 2026 12:06:41 -0400 Subject: [PATCH] Remove unused selectClass constant Co-Authored-By: Claude Sonnet 4.6 --- client/src/pages/TicketDetail.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/client/src/pages/TicketDetail.tsx b/client/src/pages/TicketDetail.tsx index dca6046..4e07663 100644 --- a/client/src/pages/TicketDetail.tsx +++ b/client/src/pages/TicketDetail.tsx @@ -54,8 +54,6 @@ const AUDIT_COLORS: Record = { const COMMENT_ACTIONS = new Set(['COMMENT_ADDED', 'COMMENT_DELETED']) -const selectClass = - 'w-full bg-gray-800 border border-gray-700 text-gray-100 rounded-lg px-3 py-2 text-sm focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent' function SidebarField({ label, children }: { label: string; children: React.ReactNode }) { return (