Skip to content

Commit

Permalink
fix #1866
Browse files Browse the repository at this point in the history
  • Loading branch information
extrawurst committed Sep 3, 2023
1 parent 42043bd commit 6356f64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tabs/revlog.rs
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,6 @@ impl Component for Revlog {

fn show(&mut self) -> Result<()> {
self.visible = true;
self.list.clear();

self.git_local_branches.spawn(AsyncBranchesJob::new(
self.repo.borrow().clone(),
Expand Down

0 comments on commit 6356f64

Please sign in to comment.