Skip to content
Snippets Groups Projects
Commit 214ab22c authored by Tae Hoon's avatar Tae Hoon
Browse files

update prop binding

parent d7c68d40
Branches feat/media-modal
No related tags found
No related merge requests found
......@@ -33,7 +33,7 @@
v-if="timeline.statusesObject[statusId]"
:key="statusId + '-pinned'"
class="status-fadein"
:statusoid="timeline.statusesObject[statusId]"
:statusoid="statusId"
:collapsable="true"
:pinned-status-ids-object="pinnedStatusIdsObject"
/>
......@@ -43,7 +43,7 @@
v-if="!excludedStatusIdsObject[status.id]"
:key="status.id"
class="status-fadein"
:statusoid="status"
:statusoid="status.id"
:collapsable="true"
/>
</template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment