diff --git a/bin/dnetview/src/main.rs b/bin/dnetview/src/main.rs index b3e62fef4..9f02b8f13 100644 --- a/bin/dnetview/src/main.rs +++ b/bin/dnetview/src/main.rs @@ -204,7 +204,7 @@ async fn poll(client: DNetView, model: Arc) -> Result<()> { let channel = Channel::new(msg, status); let new_slot = Slot::new( is_empty, - String::from("Empty"), + String::new(), channel, state.as_str().unwrap().to_string(), );