Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Nov 14, 2024
1 parent be03592 commit b43d1f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_data_ui/src/instance_path.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl DataUi for InstancePath {
};
let Some(components) = component else {
// This is fine - e.g. we're looking at `/world` and the user has only logged to `/world/car`.
ui_layout.weak(
ui_layout.label(
ui,
format!(
"{self} has no components on timeline {:?}",
Expand Down

0 comments on commit b43d1f2

Please sign in to comment.