Revert "Removed an unused var (#535)" (#538)

This reverts commit 8397b04472.
This commit is contained in:
Chris Titus 2024-09-19 13:44:04 -05:00 committed by GitHub
parent 8397b04472
commit eb192d23ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -231,7 +231,7 @@ impl AppState {
},
));
if let Focus::List = self.focus {
let style = if let Focus::List = self.focus {
Style::default().reversed()
} else {
Style::new()