Skip to content

Commit

Permalink
Rebase fix
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Sep 6, 2023
1 parent 6f8b6bb commit ba7544c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/re_viewer/src/ui/welcome_screen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl WelcomeScreen {
self.current_page = WelcomeScreenPage::Examples;
}
}
WelcomeScreenPage::Examples => self.example_page.ui(re_ui, ui, rx, command_sender),
WelcomeScreenPage::Examples => self.example_page.ui(ui, rx, command_sender),
});
}
}
Expand Down

0 comments on commit ba7544c

Please sign in to comment.