From 92fa6805eb58eb48e43a6472aba34d78602bf72a Mon Sep 17 00:00:00 2001 From: Travis Date: Fri, 9 Mar 2018 12:56:59 -0800 Subject: [PATCH] fix: Quest collected items displayed multiple times. (#10111) fixes #10065 --- website/client/components/groups/questSidebarSection.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/client/components/groups/questSidebarSection.vue b/website/client/components/groups/questSidebarSection.vue index 2113bb2144..d96a81c908 100644 --- a/website/client/components/groups/questSidebarSection.vue +++ b/website/client/components/groups/questSidebarSection.vue @@ -41,7 +41,7 @@ div .grey-progress-bar .collect-progress-bar(:style="{width: (group.quest.progress.collect[key] / value.count) * 100 + '%'}") strong {{group.quest.progress.collect[key]}} / {{value.count}} - span.float-right {{parseFloat(user.party.quest.progress.collectedItems) || 0}} items found + div.text-right {{parseFloat(user.party.quest.progress.collectedItems) || 0}} items found .boss-info(v-if='questData.boss') .row .col-6