Compare commits
No commits in common. "61bc5c866b542b040df7fe14deac652e023423bf" and "3614fcfbd5faeab17615d68f8e8f6a858e1c0036" have entirely different histories.
61bc5c866b
...
3614fcfbd5
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<h2 class="text-xl font-semibold">{data.chapter.name}</h2>
|
||||
{#if data.chapter?.puzzles?.length}
|
||||
<p class="text-muted-foreground">
|
||||
Ils vous restent {data.chapter.puzzles.filter((p) => !p.score).length} puzzles à résoudre sur
|
||||
Ils vous restent {data.chapter.puzzles.filter((p) => p.score).length} puzzles à résoudre sur
|
||||
un total de {data.chapter.puzzles.length}
|
||||
</p>
|
||||
{:else}
|
||||
|
|
Loading…
Add table
Reference in a new issue