From cb630b4c01fe4451eefa96bd6f820d23d14b7330 Mon Sep 17 00:00:00 2001 From: Redsandyg Date: Sun, 15 Jun 2025 17:03:46 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=BE=20=D0=BD=D0=BE=D0=B2=D0=BE=D0=B5=20=D0=BF=D0=BE?= =?UTF-8?q?=D0=BB=D0=B5=20'=D0=9F=D1=80=D0=BE=D0=BC=D0=BE=D0=BA=D0=BE?= =?UTF-8?q?=D0=B4'=20=D0=B2=20=D0=BA=D0=BE=D0=BC=D0=BF=D0=BE=D0=BD=D0=B5?= =?UTF-8?q?=D0=BD=D1=82=20ReferralsTable=20=D0=B4=D0=BB=D1=8F=20=D1=83?= =?UTF-8?q?=D0=BB=D1=83=D1=87=D1=88=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=BE=D1=82?= =?UTF-8?q?=D0=BE=D0=B1=D1=80=D0=B0=D0=B6=D0=B5=D0=BD=D0=B8=D1=8F=20=D0=B8?= =?UTF-8?q?=D0=BD=D1=84=D0=BE=D1=80=D0=BC=D0=B0=D1=86=D0=B8=D0=B8=20=D0=BE?= =?UTF-8?q?=20=D1=80=D0=B5=D1=84=D0=B5=D1=80=D0=B0=D0=BB=D0=B0=D1=85.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ReferralsTable.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ReferralsTable.tsx b/src/components/ReferralsTable.tsx index c749f55..849ff8a 100644 --- a/src/components/ReferralsTable.tsx +++ b/src/components/ReferralsTable.tsx @@ -42,6 +42,7 @@ export default function ReferralsTable({ filters, reloadKey }: { filters: { date const columns = useMemo[]>( () => [ { accessorKey: 'ref', header: 'Ref' }, + { accessorKey: 'promocode', header: 'Промокод' }, { accessorKey: 'agent', header: 'Агент' }, { accessorKey: 'description', header: 'Описание' }, { accessorKey: 'salesCount', header: 'Кол-во продаж' },