Update Support.tsx

This commit is contained in:
Egor
2026-01-16 02:42:02 +03:00
committed by GitHub
parent e4ce26a8df
commit 311092dbdc

View File

@@ -120,6 +120,8 @@ function MessageMedia({ message, t }: { message: TicketMessage; t: (key: string)
}
export default function Support() {
console.log('[Support] Component loaded - VERSION 2024-01-16-v3')
const { t } = useTranslation()
const queryClient = useQueryClient()
const [selectedTicket, setSelectedTicket] = useState<TicketDetail | null>(null)