mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-09 15:17:26 +08:00
[F] Fix trailing }
This commit is contained in:
@@ -273,7 +273,7 @@
|
||||
{#if r.isAllPerfect || r.isAllJustice}
|
||||
<img src="/assets/imgs/All Perfect.png" alt="All Perfect" />
|
||||
{:else if r.isFullCombo}
|
||||
<img src="/assets/imgs/Full Combo.png" alt="Full Combo" />}
|
||||
<img src="/assets/imgs/Full Combo.png" alt="Full Combo" />
|
||||
{/if}
|
||||
<span class={`lv level-${r.level === 10 ? 3 : r.level}`}>
|
||||
{ r.notes?.[r.level === 10 ? 0 : r.level]?.lv?.toFixed(1) ?? '-' }
|
||||
|
||||
Reference in New Issue
Block a user