From 8cfe4eaf8b150015a2917f21b36164ef5e3ef63d Mon Sep 17 00:00:00 2001 From: hamid zarghami Date: Mon, 5 Jan 2026 10:08:39 +0330 Subject: [PATCH] report alert --- src/pages/report/List.tsx | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/pages/report/List.tsx b/src/pages/report/List.tsx index af310d6..45c101a 100644 --- a/src/pages/report/List.tsx +++ b/src/pages/report/List.tsx @@ -1,4 +1,5 @@ import { type FC, useState } from 'react' +import { InfoCircle } from 'iconsax-react' import Table from '@/components/Table' import Filters from '@/components/Filters' import { useGetReports } from './hooks/useReportData' @@ -56,6 +57,15 @@ const ReportsList: FC = () => { /> +
+
+ +
+

+ در این بخش گزارش مشکلاتی که کاربران ارسال کرده‌اند را می‌توانید مشاهده کنید. +

+
+ columns={columns} data={reports as (Report & RowDataType)[]}