mirror of
https://github.com/kokonect-link/cherrypick
synced 2025-01-20 00:33:09 +09:00
fix(frontend): 해결되지 않은 신고가 없는 상태에서도 인디케이터가 표시됨
This commit is contained in:
parent
bf5f3cd937
commit
1175f55482
@ -162,7 +162,7 @@ const menuDef = computed(() => [{
|
||||
}, {
|
||||
icon: 'ti ti-exclamation-circle',
|
||||
text: i18n.ts.abuseReports,
|
||||
indicated: thereIsUnresolvedAbuseReport,
|
||||
indicated: thereIsUnresolvedAbuseReport.value,
|
||||
to: '/admin/abuses',
|
||||
active: currentPage.value?.route.name === 'abuses',
|
||||
}, {
|
||||
|
Loading…
Reference in New Issue
Block a user