Skip to content

Commit

Permalink
Merge branch 'shew-244ce' of https://github.com/vercel/turborepo into…
Browse files Browse the repository at this point in the history
… shew-244ce
  • Loading branch information
anthonyshew committed Dec 17, 2024
2 parents 63b3e77 + 00b6b0e commit a270d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turborepo-ui/src/tui/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl<W> App<W> {
let pane_rows = size.pane_rows();
let pane_cols = size.pane_cols();

// Attempt to load previous selection. If not, go to 0.
// Attempt to load previous selection. If there isn't one, go to index 0.
let selected_task_index = preferences
.active_task()
.and_then(|active_task| tasks_by_status.active_index(active_task))
Expand Down

0 comments on commit a270d7a

Please sign in to comment.