From 5309668c5e54cda62ea5a55797cc42e358b7bff6 Mon Sep 17 00:00:00 2001 From: Manuel Kasper Date: Wed, 18 Oct 2023 21:29:02 +0200 Subject: [PATCH] Handle no bonus correctly --- src/components/SummitPointsLabel.vue | 25 ++++--------------------- src/views/Summit.vue | 18 ++++++++++++++++-- 2 files changed, 20 insertions(+), 23 deletions(-) diff --git a/src/components/SummitPointsLabel.vue b/src/components/SummitPointsLabel.vue index 2cade42..f1928bf 100644 --- a/src/components/SummitPointsLabel.vue +++ b/src/components/SummitPointsLabel.vue @@ -1,10 +1,8 @@