fixes + fixes for anon users
This commit is contained in:
parent
3a16a59f37
commit
0123872b56
8 changed files with 26 additions and 6 deletions
|
|
@ -37,7 +37,7 @@
|
|||
class="timelines-background"
|
||||
>
|
||||
<ul class="timelines">
|
||||
<NavigationEntry v-for="item in timelinesList" :key="item.name" :show-pin="true" :item="item" />
|
||||
<NavigationEntry v-for="item in timelinesItems" :key="item.name" :show-pin="true" :item="item" />
|
||||
</ul>
|
||||
</div>
|
||||
</li>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue