aboutsummaryrefslogtreecommitdiff
path: root/src/components/settings_modal/tabs/general_tab.vue
diff options
context:
space:
mode:
authorAlexander Tumin <iamtakingiteasy@eientei.org>2022-08-09 10:44:20 +0300
committerAlexander Tumin <iamtakingiteasy@eientei.org>2022-08-09 10:48:48 +0300
commita403f93b478eec67d779400b1fcfdc006bb787da (patch)
tree1f043c9ab540c082856cd352391db9a337a96991 /src/components/settings_modal/tabs/general_tab.vue
parent4803fb07c85914fd0c9756a1d399e9803f48b8c7 (diff)
Allow opening profile: multiChoiceProprties record, anonymous access
Diffstat (limited to 'src/components/settings_modal/tabs/general_tab.vue')
-rw-r--r--src/components/settings_modal/tabs/general_tab.vue1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/settings_modal/tabs/general_tab.vue b/src/components/settings_modal/tabs/general_tab.vue
index 7ac61b2e..c212a81a 100644
--- a/src/components/settings_modal/tabs/general_tab.vue
+++ b/src/components/settings_modal/tabs/general_tab.vue
@@ -76,7 +76,6 @@
</li>
<li>
<ChoiceSetting
- v-if="user"
id="userPopoverAvatarAction"
path="userPopoverAvatarAction"
:options="userPopoverAvatarActionOptions"