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: { components: {
ProgressButton ProgressButton
}, },
computed: {
tagsSet () {
return new Set(this.user.tags)
},
hasTagPolicy () {
return this.$store.state.instance.tagPolicyAvailable
}
},
methods: { methods: {
showRepeats () { showRepeats () {
this.$store.dispatch('showReblogs', this.user.id) this.$store.dispatch('showReblogs', this.user.id)

View file

@ -64,7 +64,7 @@
</div> </div>
</div> </div>
<div class="btn btn-default ellipsis-button"> <div class="btn btn-default ellipsis-button">
<i class="icon-menu trigger-button" /> <i class="icon-ellipsis trigger-button" />
</div> </div>
</v-popover> </v-popover>
</div> </div>