Add granblue_id to data-granblue-id

This commit is contained in:
Justin Edmund 2023-03-16 09:54:15 -07:00
parent c9a1bb7a3f
commit 9409fcbdb2

View file

@ -219,7 +219,7 @@ const AXSelect = (props: Props) => {
if (modifierSet == 0) { if (modifierSet == 0) {
axOptionElements = axOptions.map((ax, i) => { axOptionElements = axOptions.map((ax, i) => {
return ( return (
<SelectItem key={i} value={ax.id}> <SelectItem key={i} value={ax.id} data-granblue-id={ax.granblue_id}>
{ax.name[locale]} {ax.name[locale]}
</SelectItem> </SelectItem>
) )