diff --git a/src/routes/characters/index.svelte b/src/routes/characters/index.svelte index 2d9235fe..3f2f2659 100644 --- a/src/routes/characters/index.svelte +++ b/src/routes/characters/index.svelte @@ -458,14 +458,17 @@ {char.name} - {char.name} + {char.name} {char.element.name} - C{constellation[id] - ? Math.max(0, constellation[id].default + constellation[id].wish + constellation[id].manual - 1) - : 0} + {constellation[id] + ? `C${Math.max( + 0, + constellation[id].default + constellation[id].wish + constellation[id].manual - 1, + )}` + : '-'}