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/user_profile/user_profile.vue | |
| parent | f8186bfc744c66426635208838c3e2a4dcbecfd2 (diff) | |
use pinned property from status directly
Diffstat (limited to 'src/components/user_profile/user_profile.vue')
| -rw-r--r-- | src/components/user_profile/user_profile.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 46561e2a..1e104403 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -10,7 +10,6 @@ class="status-fadein" :key="status.id" :statusoid="status" - :pinned="true" :collapsable="true" /> </div> |
