mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-03-21 18:04:39 -05:00
Fix weapons clearing when selecting 8th weapon in CAST VOD upload (#2710)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
parent
b946345fcf
commit
036da571c7
|
|
@ -494,7 +494,7 @@ function WeaponsField({
|
|||
const adjustedI = i + teamSize;
|
||||
return (
|
||||
<WeaponSelect
|
||||
key={i}
|
||||
key={adjustedI}
|
||||
isRequired
|
||||
testId={`player-${adjustedI}-weapon`}
|
||||
value={value[adjustedI] ?? null}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user