aboutsummaryrefslogtreecommitdiff
path: root/src/components/account_actions
diff options
context:
space:
mode:
authorShpuld Shpuldson <shp@cock.li>2021-01-13 12:53:53 +0200
committerShpuld Shpuldson <shp@cock.li>2021-01-13 12:53:53 +0200
commit9613f80f8ed44a28a189583afa870d559fe58ccc (patch)
treefe083fcc02cf19162934302159503defc2628bdf /src/components/account_actions
parent8674f2002320aaa6c380488b0eab636a53c76705 (diff)
parentf52bca04c9fe272daf81d4c4f839234ce6a80944 (diff)
Merge branch 'develop' into feat/report-notification
Diffstat (limited to 'src/components/account_actions')
-rw-r--r--src/components/account_actions/account_actions.js2
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({