fix(web): ignore filters in likes view
This commit is contained in:
parent
abffac146b
commit
443be5d836
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ pub fn ObjectLikes() -> impl IntoView {
|
||||||
});
|
});
|
||||||
view! {
|
view! {
|
||||||
<div class="mr-1-r ml-1-r">
|
<div class="mr-1-r ml-1-r">
|
||||||
<Feed tl=feeds.object_likes />
|
<Feed tl=feeds.object_likes ignore_filters=true />
|
||||||
</div>
|
</div>
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue