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)[]}