remove unused code

This commit is contained in:
Maksim Pechnikov 2019-10-09 08:30:48 +03:00
parent f6c0e06884
commit a65b328239
2 changed files with 1 additions and 9 deletions

View File

@ -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)

View File

@ -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>