Skip to content

Commit

Permalink
Post rebase fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed May 20, 2024
1 parent d934dfe commit d2e86d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_data_ui/src/instance_path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ impl DataUi for InstancePath {
let icon = if is_static {
&re_ui::icons::COMPONENT_STATIC
} else {
&re_ui::icons::COMPONENT
&re_ui::icons::COMPONENT_TEMPORAL
};
let item = Item::ComponentPath(component_path);

Expand Down

0 comments on commit d2e86d1

Please sign in to comment.