pl-fe: i just hate this

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-07-28 20:12:30 +02:00
parent f3a3ee16df
commit 110331e3d3

View File

@ -27,8 +27,8 @@ const useReport = (reportId: string) => {
};
const pendingReportsQuery = makePaginatedResponseQueryOptions(
['admin', 'reportLists', { resolved: false }],
(client) => client.admin.reports.getReports({ resolved: false }).then(minifyAdminReportList),
['admin', 'reportLists', { resolved: undefined }],
(client) => client.admin.reports.getReports({ resolved: undefined }).then(minifyAdminReportList),
)();
const usePendingReportsCount = () => {