fix(frontend): 通報を処理してもインジケーターが消えない問題

This commit is contained in:
NoriDev 2023-08-16 17:22:20 +09:00
parent 6958bcf1a3
commit b8415e6d63

View file

@ -143,7 +143,7 @@ const menuDef = $computed(() => [{
}, {
icon: 'ti ti-exclamation-circle',
text: i18n.ts.abuseReports,
indicated: computed(() => thereIsUnresolvedAbuseReport),
indicated: thereIsUnresolvedAbuseReport,
to: '/admin/abuses',
active: currentPage?.route.name === 'abuses',
}],