fix(web): ew no go back

This commit is contained in:
əlemi 2024-07-06 05:02:52 +02:00
parent 4af69caa52
commit 68effabbd6
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -64,7 +64,7 @@ fn FeedRecursive(tl: Timeline, root: String) -> impl IntoView {
children=move |(id, obj)| children=move |(id, obj)|
view! { view! {
<div class="context depth-r"> <div class="context depth-r">
<Item item=obj replies=true slim=true sep=true /> <Item item=obj replies=true slim=true />
<div class="depth-r"> <div class="depth-r">
<FeedRecursive tl=tl root=id /> <FeedRecursive tl=tl root=id />
</div> </div>