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]} )