fix
This commit is contained in:
parent
7aff6e4466
commit
0b7bbd7427
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
>
|
||||
<TimelineMenu
|
||||
v-if="!embedded"
|
||||
:timeline-name="timelineName"
|
||||
:timeline-name="timelineRef.name"
|
||||
/>
|
||||
<ScrollTopButton />
|
||||
<template v-if="mobileLayout">
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
class="status-fadein"
|
||||
:status-id="status.id"
|
||||
:in-profile="inProfile"
|
||||
:profile-user-id="userId"
|
||||
:profile-user-id="timelineRef.argument"
|
||||
:virtual-hidden="virtualScrollingEnabled && !statusesToDisplay.has(status.id)"
|
||||
collapsable
|
||||
/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue