mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-24 17:31:54 +00:00
Forgot indices
This commit is contained in:
parent
36d9de3328
commit
191d07075b
1 changed files with 3 additions and 3 deletions
|
@ -311,9 +311,9 @@ export function createCollapsibleModifierSections(
|
||||||
>
|
>
|
||||||
▼
|
▼
|
||||||
</span>
|
</span>
|
||||||
{unref(processed.title)}
|
{unref(processed.title[i])}
|
||||||
{unref(processed.subtitle) != null ? (
|
{unref(processed.subtitle[i]) != null ? (
|
||||||
<span class="subtitle"> ({unref(processed.subtitle)})</span>
|
<span class="subtitle"> ({unref(processed.subtitle[i])})</span>
|
||||||
) : null}
|
) : null}
|
||||||
</h3>
|
</h3>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue