Fix rendering of editor and pseudo message
This commit is contained in:
parent
e6e6bcaf31
commit
18573e5a37
4 changed files with 53 additions and 27 deletions
|
|
@ -229,7 +229,7 @@ impl EuphRoom {
|
|||
let heading_style = ContentStyle::new().bold();
|
||||
|
||||
if !list.is_empty() {
|
||||
list.add_unsel(Empty);
|
||||
list.add_unsel(Empty::new());
|
||||
}
|
||||
|
||||
let row = Styled::new(name, heading_style).then_plain(format!(" ({})", sessions.len()));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue