Forgot indices
This commit is contained in:
parent
b89366de2a
commit
16005b1835
1 changed files with 3 additions and 3 deletions
|
@ -301,9 +301,9 @@ export function createCollapsibleModifierSections(
|
|||
>
|
||||
▼
|
||||
</span>
|
||||
{unref(processed.title)}
|
||||
{unref(processed.subtitle) != null ? (
|
||||
<span class="subtitle"> ({unref(processed.subtitle)})</span>
|
||||
{unref(processed.title[i])}
|
||||
{unref(processed.subtitle[i]) != null ? (
|
||||
<span class="subtitle"> ({unref(processed.subtitle[i])})</span>
|
||||
) : null}
|
||||
</h3>
|
||||
);
|
||||
|
|
Loading…
Reference in a new issue