pl-fe: resolved=false doesnt make sense on mastodon

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-07-20 00:36:33 +02:00
parent b217a2890c
commit 41bc0b9669
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ const AdminTabs: React.FC = () => {
}, {
name: '/pl-fe/admin/reports',
text: intl.formatMessage(messages.reports),
to: '/pl-fe/admin/reports?resolved=false',
to: '/pl-fe/admin/reports',
count: pendingReportsCount,
}, {
name: '/pl-fe/admin/approval',

View File

@ -93,7 +93,7 @@ const Dashboard: React.FC = () => {
measure='opened_reports'
startAt={monthAgo}
endAt={today}
to='/pl-fe/admin/reports?resolved=false'
to='/pl-fe/admin/reports'
label={<FormattedMessage id='admin.counters.opened_reports' defaultMessage='reports opened' />}
/>
<Counter