Skip to content

Commit

Permalink
Fix spurious entity bullets in add/remove entity modal
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Feb 28, 2024
1 parent 85d41cb commit f963e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_viewport/src/space_view_entity_picker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ fn add_entities_tree_ui(
add_entities_line_ui(
ctx,
ui,
&format!("🔹 {name}"),
name,
tree,
space_view,
query_result,
Expand Down

0 comments on commit f963e4b

Please sign in to comment.