Fix logs UI

Fixes: https://github.com/sayanarijit/xplr/issues/396
This commit is contained in:
Arijit Basu 2021-11-05 15:18:48 +05:30 committed by Arijit Basu
parent 05c2f7aa68
commit 165d992b75

View File

@ -913,7 +913,6 @@ fn draw_logs<B: Backend>(
.iter()
.rev()
.take(layout_size.height as usize)
.rev()
.map(|l| {
let time = l.created_at.format("%r");
match l.level {