Skip to content

Commit

Permalink
Update applications/tari_console_wallet/src/ui/components/log_tab.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Byron Hambly <byron.hambly@gmail.com>
  • Loading branch information
Cifko and delta1 committed Aug 26, 2021
1 parent 6c6b970 commit e5cc7f0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ impl LogTab {
}
}

fn draw_whoami<B>(&mut self, f: &mut Frame<B>, area: Rect, _app_state: &AppState)
fn draw_logs<B>(&mut self, f: &mut Frame<B>, area: Rect, _app_state: &AppState)
where B: Backend {
// First render the border and calculate the inner area
let block = Block::default().borders(Borders::ALL).title(Span::styled(
Expand Down

0 comments on commit e5cc7f0

Please sign in to comment.