Forgot indices

This commit is contained in:
thepaperpilot 2022-12-23 20:14:12 -06:00
parent b89366de2a
commit 16005b1835

View file

@ -301,9 +301,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>
); );