diff --git a/routes/_components/timeline/Timeline.html b/routes/_components/timeline/Timeline.html index d05fb83..f16ddc9 100644 --- a/routes/_components/timeline/Timeline.html +++ b/routes/_components/timeline/Timeline.html @@ -22,22 +22,17 @@ on:noNeedToScroll="onNoNeedToScroll()" /> {{else}} - {{#await importPseudoVirtualList}} - {{then PseudoVirtualList}} - - <:Component {PseudoVirtualList} - component="{{VirtualListComponent}}" - realm="{{$currentInstance + '/' + timeline}}" - containerQuery=".container" - :makeProps - items="{{$timelineItemIds}}" - scrollToItem="{{scrollToItem}}" - on:initialized="initialize()" - /> - {{catch error}} -
Component failed to load. Try refreshing! {{error}}
- {{/await}} + + {{/if}}