mirror of
https://github.com/transatoshi-mw/grin-explorer.git
synced 2025-10-21 21:43:40 +00:00
adding (kW/h)
This commit is contained in:
@@ -344,7 +344,7 @@ fn reward_ratio(dashboard: &State<Arc<Mutex<Dashboard>>>) -> String {
|
|||||||
fn breakeven_cost(dashboard: &State<Arc<Mutex<Dashboard>>>) -> String {
|
fn breakeven_cost(dashboard: &State<Arc<Mutex<Dashboard>>>) -> String {
|
||||||
let data = dashboard.lock().unwrap();
|
let data = dashboard.lock().unwrap();
|
||||||
|
|
||||||
format!("$ {}", data.breakeven_cost)
|
format!("$ {} (kW/h)", data.breakeven_cost)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user