1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2025-01-19 16:23:08 +09:00

fix(frontend): 해결되지 않은 신고가 없는 상태에서도 인디케이터가 표시됨

This commit is contained in:
NoriDev 2023-12-18 20:43:53 +09:00
parent bf5f3cd937
commit 1175f55482

View File

@ -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',
}, {