From a339c8eee78c3452838ae825dec965e8f7fc64e3 Mon Sep 17 00:00:00 2001 From: AmirHossein Mahmoodi Date: Tue, 16 Sep 2025 11:48:35 +0330 Subject: [PATCH] fixed bug --- src/components/dashboard/damages/report/ReportLists.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/damages/report/ReportLists.jsx b/src/components/dashboard/damages/report/ReportLists.jsx index 16572cf..562c510 100644 --- a/src/components/dashboard/damages/report/ReportLists.jsx +++ b/src/components/dashboard/damages/report/ReportLists.jsx @@ -179,7 +179,7 @@ const ReportLists = ({ data, specialFilter }) => { }, { accessorKey: "kol_sabt_shode", - header: "مبلغ کل خسارات ثبت شده (ریال)", + header: "مبلغ کل سهم راننده از خسارات ثبت شده (ریال)", id: "kol_sabt_shode", enableColumnFilter: false, enableSorting: false,