From 191d07075b088622f19523f6d75dcf30dd6dfb6b Mon Sep 17 00:00:00 2001 From: thepaperpilot Date: Fri, 23 Dec 2022 20:14:12 -0600 Subject: [PATCH] Forgot indices --- src/data/common.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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} );