From 269a961eed70b84ccfd88a8c10709cd0cf16b6e2 Mon Sep 17 00:00:00 2001 From: John McCardle Date: Tue, 11 Jan 2022 20:17:11 -0500 Subject: [PATCH] feat: simple currency string formatting to prevent long float inaccuracies displaying --- components/KeyArtStage.vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/components/KeyArtStage.vue b/components/KeyArtStage.vue index 714fc45..effc512 100644 --- a/components/KeyArtStage.vue +++ b/components/KeyArtStage.vue @@ -9,7 +9,7 @@ class="spare-time flex flex-row items-center font-bold rounded-2xl select-none" :class="`text-${$store.getters.activeTab.darkColor}`" > - + @@ -18,6 +18,19 @@ + +