Add granblue_id to data-granblue-id
This commit is contained in:
parent
c9a1bb7a3f
commit
9409fcbdb2
1 changed files with 1 additions and 1 deletions
|
|
@ -219,7 +219,7 @@ const AXSelect = (props: Props) => {
|
|||
if (modifierSet == 0) {
|
||||
axOptionElements = axOptions.map((ax, i) => {
|
||||
return (
|
||||
<SelectItem key={i} value={ax.id}>
|
||||
<SelectItem key={i} value={ax.id} data-granblue-id={ax.granblue_id}>
|
||||
{ax.name[locale]}
|
||||
</SelectItem>
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue