From a3ff04e5454e097bb44abb9c4e955c6e79630df2 Mon Sep 17 00:00:00 2001 From: smanylov Date: Wed, 27 May 2026 14:20:13 +0700 Subject: [PATCH] remove extra strings --- src/app/ui/content/content-appeals-table.tsx | 3 --- 1 file changed, 3 deletions(-) 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 };