web: rename view_thread to take advantage of new namespaces

This commit is contained in:
2023-12-03 08:49:20 -08:00
parent 071fe2e206
commit be8fd59703
5 changed files with 18 additions and 10 deletions

View File

@@ -302,7 +302,7 @@ pub fn update(msg: Msg, model: &mut Model, orders: &mut impl Orders<Msg>) {
model.context = Context::ThreadResult(data.thread);
}
Msg::ShowThreadResult(bad) => {
error!("show_thread_query error: {bad:?}");
error!("show_thread_query error: {}", bad);
}
}
}