diff --git a/components/WeaponUnit/index.tsx b/components/WeaponUnit/index.tsx index bf342704..fc69e77d 100644 --- a/components/WeaponUnit/index.tsx +++ b/components/WeaponUnit/index.tsx @@ -52,14 +52,10 @@ const WeaponUnit = (props: Props) => { props.updateUncap(props.gridWeapon.id, uncap) } - function imageClickHandler() { - if (props.editable) props.onClick - } - return (