diff options
| author | taehoon <th.dev91@gmail.com> | 2019-04-26 15:46:40 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-05-15 12:04:26 -0400 |
| commit | 32be0e15d11c14513ff4fdc984aeaa4a5f462eac (patch) | |
| tree | a82590e6a6ef1cd97824167f83a8ffd66cc17ac5 /src/components/status/status.js | |
| parent | f8186bfc744c66426635208838c3e2a4dcbecfd2 (diff) | |
use pinned property from status directly
Diffstat (limited to 'src/components/status/status.js')
| -rw-r--r-- | src/components/status/status.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/status/status.js b/src/components/status/status.js index fa4b426c..09a2a010 100644 --- a/src/components/status/status.js +++ b/src/components/status/status.js @@ -26,8 +26,7 @@ const Status = { 'replies', 'isPreview', 'noHeading', - 'inlineExpanded', - 'pinned' + 'inlineExpanded' ], data () { return { |
