Add notice dismissed count to dashboard

This commit is contained in:
Prospector
2025-04-15 18:11:32 -07:00
parent d5dfb609cf
commit 817151e47c

View File

@@ -246,6 +246,10 @@
<SettingsIcon />
Edit assignments
</button>
<template v-if="notice.dismissed_by.length > 0">
<span> Dismissed by {{ notice.dismissed_by.length }} servers </span>
</template>
</div>
</div>
</div>