diff options
Diffstat (limited to 'src/components/account_actions/account_actions.js')
| -rw-r--r-- | src/components/account_actions/account_actions.js | 8 |
1 files changed, 0 insertions, 8 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) |
