diff options
| author | Henry Jameson <me@hjkos.com> | 2022-08-15 23:19:33 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-08-15 23:19:33 +0300 |
| commit | 50f5afbce1f2bc4dbd0ddf6c951c7e519dfc6ce3 (patch) | |
| tree | 200ab58c3c3cebdcf7acf073096881824184eb3c /src/components/account_actions/account_actions.vue | |
| parent | 14292d7ed12a806efcf766895bc1c3aa56fd53f8 (diff) | |
add and remove users to/from lists from their profile
Diffstat (limited to 'src/components/account_actions/account_actions.vue')
| -rw-r--r-- | src/components/account_actions/account_actions.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue index 23547f2c..770740e0 100644 --- a/src/components/account_actions/account_actions.vue +++ b/src/components/account_actions/account_actions.vue @@ -28,6 +28,7 @@ class="dropdown-divider" /> </template> + <UserListMenu :user="user" /> <button v-if="relationship.blocking" class="btn button-default btn-block dropdown-item" |
