Fix more type errors
This commit is contained in:
parent
787abd8e85
commit
ec2c2755be
1 changed files with 1 additions and 1 deletions
|
|
@ -355,7 +355,7 @@ const WeaponUnit = (props: Props) => {
|
||||||
const weapon = gridWeapon.object
|
const weapon = gridWeapon.object
|
||||||
|
|
||||||
return (
|
return (
|
||||||
weapon.ax > 0 ||
|
weapon.ax ||
|
||||||
weapon.awakening ||
|
weapon.awakening ||
|
||||||
(weapon.series && [2, 3, 17, 22, 24].includes(weapon.series))
|
(weapon.series && [2, 3, 17, 22, 24].includes(weapon.series))
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue