aboutsummaryrefslogtreecommitdiff
path: root/src/lib/sections/Harp.svelte
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/sections/Harp.svelte')
-rw-r--r--src/lib/sections/Harp.svelte2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/sections/Harp.svelte b/src/lib/sections/Harp.svelte
index 438f354..6a5c9cc 100644
--- a/src/lib/sections/Harp.svelte
+++ b/src/lib/sections/Harp.svelte
@@ -25,6 +25,8 @@
<div class="info-text">
{#if song.completions}
<p>Completions: <b class="info-text-value">{song.completions}</b></p>
+ {/if}
+ {#if song.perfectCompletions}
<p>Perfect completions: <b class="info-text-value">{song.perfectCompletions}</b></p>
{:else}
<p>Progress: <b class="info-text-value">{Math.floor(song.progress * 100)}%</b></p>