Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jleibs committed Dec 21, 2023
1 parent e6f616b commit a9c36de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/re_space_view/src/data_query_blueprint.rs
Original file line number Diff line number Diff line change
Expand Up @@ -599,8 +599,8 @@ impl DataQueryPropertyResolver<'_> {
.individual
.get_opt(&node.data_result.entity_path);

let accumulated_properties = if let Some(overidden) = overridden_properties {
accumulated.with_child(overidden)
let accumulated_properties = if let Some(overridden) = overridden_properties {
accumulated.with_child(overridden)
} else {
accumulated.clone()
};
Expand Down

0 comments on commit a9c36de

Please sign in to comment.