diff --git a/src/data/common.tsx b/src/data/common.tsx
index 32697bd..b089ffc 100644
--- a/src/data/common.tsx
+++ b/src/data/common.tsx
@@ -311,9 +311,9 @@ export function createCollapsibleModifierSections(
>
▼
- {unref(processed.title)}
- {unref(processed.subtitle) != null ? (
- ({unref(processed.subtitle)})
+ {unref(processed.title[i])}
+ {unref(processed.subtitle[i]) != null ? (
+ ({unref(processed.subtitle[i])})
) : null}
);