From ba3f67da61f91838e8955bfa828af1c764a36c54 Mon Sep 17 00:00:00 2001 From: Alberto Monterroso <14013679+Albermonte@users.noreply.github.com> Date: Tue, 17 Dec 2024 16:50:21 +0100 Subject: [PATCH] fix: show more decimals to prevent visual rounding issues --- app/components/ScorePie.vue | 9 +++++++-- app/components/ValidatorsTable.vue | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/app/components/ScorePie.vue b/app/components/ScorePie.vue index 711d8fb..9555c52 100644 --- a/app/components/ScorePie.vue +++ b/app/components/ScorePie.vue @@ -1,6 +1,11 @@