Skip to content

Commit

Permalink
Clean up code ✅
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon-Busch committed Apr 22, 2023
1 parent 087e96f commit d70a167
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -215,16 +215,6 @@ async fn main() -> Result<(), Box<dyn Error>> {
}
},
MenuItem::Refresh => {
// let data_chunck = Layout::default()
// .direction(Direction::Horizontal)
// .constraints(
// [Constraint::Percentage(30), Constraint::Percentage(70)].as_ref(),
// )
// .split(chunks[1]);
// let selected_issue_index = issue_list_state_open.selected();
// let (left, right) = render_issues(&issues_list_open, selected_issue_index, show_comment);
// rect.render_stateful_widget(left, data_chunck[0], &mut issue_list_state_open);
// rect.render_widget(right, data_chunck[1]);
},
MenuItem::ToReview => {
let data_chunck = Layout::default()
Expand Down

0 comments on commit d70a167

Please sign in to comment.