mirror of
https://github.com/JonasunderscoreJones/K-Comebacks.git
synced 2025-10-23 01:49:19 +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
|
||||
>{release.type === null
|
||||
? "Unknown"
|
||||
: release.type}</td
|
||||
// show the release.type list as a comma separated string
|
||||
: release.type.join(", ")}</td
|
||||
>
|
||||
</tr>
|
||||
{/each}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue