Merge branch 'main' into staging

This commit is contained in:
Justin Edmund 2023-04-02 01:31:15 -07:00
commit 3ac331a316

View file

@ -29,7 +29,7 @@ const ExtraWeapons = (props: Props) => {
return (
<li key={`grid_unit_${i}`}>
<WeaponUnit
editable={i < 2 ? props.editable : false}
editable={props.editable}
position={props.offset + i}
unitType={1}
gridWeapon={props.grid[props.offset + i]}