diff options
| author | taehoon <th.dev91@gmail.com> | 2019-05-06 16:17:29 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-06 16:17:29 -0400 |
| commit | 44a18eb8380bc7094c722df5aaadb29d45074dbe (patch) | |
| tree | 88a3698c302b905af4d29bf8294dafbe1a386154 | |
| parent | 1a3799bfacd70fc51bc58a5a8b7ac2c88f9ed7dd (diff) | |
make it short
| -rw-r--r-- | src/components/status/status.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index c873d407..d5895832 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -159,7 +159,7 @@ const Status = { if (this.$store.state.config.replyVisibility === 'all') { return false } - if (this.inlineExpanded || this.inConversation || !this.isReply) { + if (this.inConversation || !this.isReply) { return false } if (this.status.user.id === this.$store.state.users.currentUser.id) { |
