Skip to content

Commit

Permalink
fix: remove old keyboard hint
Browse files Browse the repository at this point in the history
with the footer its way cleaner now
  • Loading branch information
EdJoPaTo committed Nov 24, 2023
1 parent 2404f5d commit ef0cc5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interactive/details/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fn draw_payload_json(
has_focus: bool,
view_state: &mut TreeState<JsonSelector>,
) {
let title = format!("JSON Payload (Bytes: {bytes}) (TAB to switch)");
let title = format!("JSON Payload (Bytes: {bytes})");
let items = root_tree_items_from_json(json);
let focus_color = focus_color(has_focus);
let widget = Tree::new(items)
Expand Down

0 comments on commit ef0cc5b

Please sign in to comment.