From 16005b1835104f66e3c68b6df821e0e121a6782f 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 3b420e6..f1a5f6d 100644 --- a/src/data/common.tsx +++ b/src/data/common.tsx @@ -301,9 +301,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} );