From 03cb45911455787cece24bca05c17b5758f75f7e Mon Sep 17 00:00:00 2001 From: pskfyi Date: Fri, 14 Jan 2022 23:43:20 -0800 Subject: [PATCH] chore: adjust displayed Instrument payout with suffix notation --- components/TimekeepingInstrument.vue | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/components/TimekeepingInstrument.vue b/components/TimekeepingInstrument.vue index 4eeac43..df7587e 100644 --- a/components/TimekeepingInstrument.vue +++ b/components/TimekeepingInstrument.vue @@ -17,8 +17,8 @@ class="absolute top-0 left-0 right-0 w-full text-center text-sm h-5" :class="`text-${$store.getters.activeTab.darkColor}`" > - {{ reward }} every - {{ interval }} seconds + {{ rewardText }} / + {{ interval }} sec