mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-28 09:33:46 +00:00
Update Support.tsx
This commit is contained in:
@@ -120,6 +120,8 @@ function MessageMedia({ message, t }: { message: TicketMessage; t: (key: string)
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default function Support() {
|
export default function Support() {
|
||||||
|
console.log('[Support] Component loaded - VERSION 2024-01-16-v3')
|
||||||
|
|
||||||
const { t } = useTranslation()
|
const { t } = useTranslation()
|
||||||
const queryClient = useQueryClient()
|
const queryClient = useQueryClient()
|
||||||
const [selectedTicket, setSelectedTicket] = useState<TicketDetail | null>(null)
|
const [selectedTicket, setSelectedTicket] = useState<TicketDetail | null>(null)
|
||||||
|
|||||||
Reference in New Issue
Block a user