Fix weapons clearing when selecting 8th weapon in CAST VOD upload (#2710)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Kalle 2026-01-09 22:48:32 +02:00 committed by GitHub
parent b946345fcf
commit 036da571c7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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}