From 9409fcbdb2eaaa91e49bea6162c6057c1a4de5cf Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 16 Mar 2023 09:54:15 -0700 Subject: [PATCH] Add granblue_id to data-granblue-id --- components/AxSelect/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/AxSelect/index.tsx b/components/AxSelect/index.tsx index 99ab9c7e..265eb536 100644 --- a/components/AxSelect/index.tsx +++ b/components/AxSelect/index.tsx @@ -219,7 +219,7 @@ const AXSelect = (props: Props) => { if (modifierSet == 0) { axOptionElements = axOptions.map((ax, i) => { return ( - + {ax.name[locale]} )