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

put two loops in one parent

parent ae829e8d
No related branches found
No related tags found
No related merge requests found
......@@ -31,15 +31,13 @@
<template v-for="statusId in pinnedStatusIds">
<conversation
v-if="timeline.statusesObject[statusId]"
:key="statusId"
:key="statusId + '-pinned'"
class="status-fadein"
:statusoid="timeline.statusesObject[statusId]"
:collapsable="true"
:show-pinned="true"
/>
</template>
</div>
<div class="timeline">
<conversation
v-for="status in statuses"
:key="status.id"
......
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