diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cbdfec0..9026cec5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Grouped reports: now you can view reports, which are grouped by status (pagination is not implemented yet, though) - Ability to confirm users' emails and resend confirmation emails - Report notes +- Ability to moderate users on the statuses page ### Fixed diff --git a/src/components/Status/index.vue b/src/components/Status/index.vue index 60fbb610..5ff766b4 100644 --- a/src/components/Status/index.vue +++ b/src/components/Status/index.vue @@ -5,8 +5,10 @@