aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/components/account_actions/account_actions.js8
-rw-r--r--src/components/account_actions/account_actions.vue2
2 files changed, 1 insertions, 9 deletions
diff --git a/src/components/account_actions/account_actions.js b/src/components/account_actions/account_actions.js
index 453e1f46..a3ecd025 100644
--- a/src/components/account_actions/account_actions.js
+++ b/src/components/account_actions/account_actions.js
@@ -12,14 +12,6 @@ const AccountActions = {
components: {
ProgressButton
},
- computed: {
- tagsSet () {
- return new Set(this.user.tags)
- },
- hasTagPolicy () {
- return this.$store.state.instance.tagPolicyAvailable
- }
- },
methods: {
showRepeats () {
this.$store.dispatch('showReblogs', this.user.id)
diff --git a/src/components/account_actions/account_actions.vue b/src/components/account_actions/account_actions.vue
index e62ec359..c7641b8a 100644
--- a/src/components/account_actions/account_actions.vue
+++ b/src/components/account_actions/account_actions.vue
@@ -64,7 +64,7 @@
</div>
</div>
<div class="btn btn-default ellipsis-button">
- <i class="icon-menu trigger-button" />
+ <i class="icon-ellipsis trigger-button" />
</div>
</v-popover>
</div>