Skip to content

Commit

Permalink
revert unnecessary explicit update call
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-thoene committed Sep 18, 2024
1 parent 1961f22 commit 96a10e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -961,7 +961,6 @@ impl App {
}
Action::DeleteRemote(remote_name) => {
self.delete_remote(&remote_name);
self.remotes_popup.update_remotes()?;
}
Action::DeleteTag(tag_name) => {
self.delete_tag(tag_name)?;
Expand Down

0 comments on commit 96a10e6

Please sign in to comment.