Skip to content

Commit ccd3eb6

Browse files
committed
rebase shenaniganeries
1 parent 993800c commit ccd3eb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/re_space_view/src/sub_archetypes.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub fn space_view_sub_archetype<A: re_types::Archetype>(
2828
space_view_id: re_viewer_context::SpaceViewId,
2929
) -> Option<A>
3030
where
31-
CachedLatestAtResults: ToArchetype<A>,
31+
LatestAtResults: ToArchetype<A>,
3232
{
3333
let blueprint_db = ctx.store_context.blueprint;
3434
let blueprint_query = ctx.blueprint_query;
@@ -37,6 +37,7 @@ where
3737
.latest_at_archetype(&path, blueprint_query)
3838
.ok()
3939
.flatten()
40+
.map(|(_index, value)| value)
4041
}
4142

4243
/// Returns `Ok(None)` if any of the required components are missing.

0 commit comments

Comments
 (0)