Compare commits
No commits in common. "cb5a029139febf72f58c572b9f61f29526d7107e" and "3735e5ab7ed35c2bf531da05fd85773e07f135cf" have entirely different histories.
cb5a029139
...
3735e5ab7e
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