forked from AkkomaGang/akkoma-fe
remove unused code
This commit is contained in:
parent
f6c0e06884
commit
a65b328239
2 changed files with 1 additions and 9 deletions
|
@ -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)
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue