From 5899e82cdc42ef6fecbe3c1dc3db3152b2f89ddd Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 3 Mar 2022 18:00:24 -0800 Subject: [PATCH] Enable button always if there is no AX value --- components/WeaponModal/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/WeaponModal/index.tsx b/components/WeaponModal/index.tsx index eba61367..5cfc477d 100644 --- a/components/WeaponModal/index.tsx +++ b/components/WeaponModal/index.tsx @@ -204,7 +204,7 @@ const WeaponModal = (props: Props) => { { (props.gridWeapon.object.element == 0) ? elementSelect() : '' } { ([2, 3, 17, 24].includes(props.gridWeapon.object.series)) ? keySelect() : '' } { (props.gridWeapon.object.ax > 0) ? axSelect() : '' } - +