diff options
| author | Maksim Pechnikov <parallel588@gmail.com> | 2019-10-09 08:30:48 +0300 |
|---|---|---|
| committer | Maksim Pechnikov <parallel588@gmail.com> | 2019-10-09 08:30:48 +0300 |
| commit | a65b32823923e43b6900357e3f0804d7c3e89b85 (patch) | |
| tree | 96978f71d09458b634a13350aadd60be2451b791 /src | |
| parent | f6c0e06884a39f6656db97249b6f68777beb5ed6 (diff) | |
remove unused code
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/account_actions/account_actions.js | 8 | ||||
| -rw-r--r-- | src/components/account_actions/account_actions.vue | 2 |
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> |
