parent
d85c9c64e7
commit
beccf9bc64
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@ pub fn Item(
|
|||
}
|
||||
match item.object_type().unwrap_or(apb::ObjectType::Object) {
|
||||
// special case for placeholder activities
|
||||
apb::ObjectType::Note | apb::ObjectType::Document(_) =>
|
||||
apb::ObjectType::Note | apb::ObjectType::Document(_) | apb::ObjectType::Article =>
|
||||
Some(view! { <Object object=item.clone() />{sep.clone()} }.into_any()),
|
||||
// everything else
|
||||
apb::ObjectType::Activity(t) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue