Skip to content

Commit

Permalink
Update tui/src/state.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Liam <[email protected]>
  • Loading branch information
jeevithakannan2 and lj3954 authored Oct 1, 2024
1 parent cc16c3e commit 5944d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tui/src/state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ impl AppState {
};

#[cfg(feature = "tips")]
let bottom_title = Line::from(self.tip.clone().bold().blue()).right_aligned();
let bottom_title = Line::from(self.tip.as_str().bold().blue()).right_aligned();
#[cfg(not(feature = "tips"))]
let bottom_title = "";

Expand Down

0 comments on commit 5944d84

Please sign in to comment.