diff --git a/src/app/ui/content/content-appeals-table.tsx b/src/app/ui/content/content-appeals-table.tsx index 066c2b8..6ec44b0 100644 --- a/src/app/ui/content/content-appeals-table.tsx +++ b/src/app/ui/content/content-appeals-table.tsx @@ -18,8 +18,6 @@ import { useMutation, useQuery, useQueryClient } from '@tanstack/react-query'; import ModalWindow from '@/app/components/modalWindow'; import { toast } from 'sonner'; import { FileTypeIcon } from '@/app/components/FileTypeIcon'; -import { getFileType } from '@/app/lib/getFileType'; -import Image from 'next/image'; import { downloadFile } from '@/app/actions/contentActions'; import { useContentForAppeals, AppealsFile } from '@/app/hooks/react-query/useContentForAppeals'; import AppealModerationModal from '@/app/ui/content/AppealModerationModal'; @@ -84,7 +82,6 @@ export default function ContentAppealsTable({ permission }: { permission: number const t = useTranslations("Global"); - // Получаем параметры сортировки для API const getSortParams = useMemo(() => { if (sorting.length === 0) { return { sortBy: '', sortDirection: undefined };