From 79f00ed080c72da833086be9d2db2ecf980bcc36 Mon Sep 17 00:00:00 2001 From: John McCardle Date: Sat, 8 Jan 2022 23:01:03 -0500 Subject: [PATCH] feat: Compute actual value of instruments on their progress bar --- components/FirstTabContent.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/components/FirstTabContent.vue b/components/FirstTabContent.vue index 41a38a5..57c3635 100644 --- a/components/FirstTabContent.vue +++ b/components/FirstTabContent.vue @@ -13,7 +13,10 @@ - 1.3 / sec + {{ + (process.workerCount * process.workerRate * process.reward) / 100.0 + }} + / sec