mirror of
https://github.com/JonasunderscoreJones/K-Comebacks.git
synced 2025-10-23 09:59:20 +02:00
Fixed release type display
This commit is contained in:
parent
0e4a2e3ed4
commit
651028bef6
1 changed files with 2 additions and 1 deletions
|
@ -231,7 +231,8 @@
|
||||||
<td
|
<td
|
||||||
>{release.type === null
|
>{release.type === null
|
||||||
? "Unknown"
|
? "Unknown"
|
||||||
: release.type}</td
|
// show the release.type list as a comma separated string
|
||||||
|
: release.type.join(", ")}</td
|
||||||
>
|
>
|
||||||
</tr>
|
</tr>
|
||||||
{/each}
|
{/each}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue