diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2021-01-12 14:43:21 +0200 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2021-01-12 14:43:21 +0200 |
| commit | 65dbf7b85d680f0855e9f6706a4437d2f4a52227 (patch) | |
| tree | 8c4b9c18f92b53f53449a94f4793ea1bcf0b5ab1 /src/components/account_actions | |
| parent | 3e7d1fbf23b5ca1b382381b49affc481404137da (diff) | |
Add report button to status ellipsis menu
Diffstat (limited to 'src/components/account_actions')
| -rw-r--r-- | src/components/account_actions/account_actions.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/account_actions/account_actions.js b/src/components/account_actions/account_actions.js index 395d6685..e53c4f77 100644 --- a/src/components/account_actions/account_actions.js +++ b/src/components/account_actions/account_actions.js @@ -35,7 +35,7 @@ const AccountActions = { this.$store.dispatch('unblockUser', this.user.id) }, reportUser () { - this.$store.dispatch('openUserReportingModal', this.user.id) + this.$store.dispatch('openUserReportingModal', { userId: this.user.id }) }, openChat () { this.$router.push({ |
