diff options
| author | taehoon <th.dev91@gmail.com> | 2019-03-01 11:37:34 -0500 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-03-21 16:19:09 -0400 |
| commit | 302310a653083bc82226cf0743d52fc02c277a8a (patch) | |
| tree | 94880874dd334aa1dd54079c22ad3ba96b741198 /src/components/mute_card | |
| parent | a6ce191cbcc34f309e9c4d4e3f7e3c11ed020821 (diff) | |
Remove old muting logic
Diffstat (limited to 'src/components/mute_card')
| -rw-r--r-- | src/components/mute_card/mute_card.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/mute_card/mute_card.js b/src/components/mute_card/mute_card.js index 5ef17b60..65c9cfb5 100644 --- a/src/components/mute_card/mute_card.js +++ b/src/components/mute_card/mute_card.js @@ -12,7 +12,7 @@ const MuteCard = { return this.$store.getters.findUser(this.userId) }, muted () { - return this.user.mastodonMuted + return this.user.muted } }, components: { |
